mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
unfinished WebUI
This commit is contained in:
parent
0ad1b3af4b
commit
070b34be8a
69 changed files with 13932 additions and 140 deletions
22
nginx-ui-frontend/src/layouts/FooterLayout.vue
Normal file
22
nginx-ui-frontend/src/layouts/FooterLayout.vue
Normal file
|
@ -0,0 +1,22 @@
|
|||
<template>
|
||||
<div class="footer center">
|
||||
Copyright © 2020 - {{ thisYear }} 0xJacky
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'FooterComponent',
|
||||
data() {
|
||||
return {
|
||||
thisYear: new Date().getFullYear()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.footer {
|
||||
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue