Update layout

This commit is contained in:
2022-10-20 14:12:11 +02:00
parent e19602f6fa
commit bcbd5cd136
7 changed files with 25 additions and 15 deletions

9
components/FooterApp.vue Normal file
View 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">&copy; {{ new Date().getFullYear() }}</span>
</v-col>
</v-row>
</v-footer>
</template>