This repository has been archived on 2025-02-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
iu-quiz-app/components/FooterApp.vue
2022-10-20 14:12:11 +02:00

9 lines
245 B
Vue

<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>