Update layout
This commit is contained in:
9
components/FooterApp.vue
Normal file
9
components/FooterApp.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<v-footer app>
|
||||
<v-row justify="center" no-gutters>
|
||||
<v-col cols="12" class="text-center">
|
||||
<span class="text-caption">© {{ new Date().getFullYear() }}</span>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user