8 lines
199 B
Vue
8 lines
199 B
Vue
<template>
|
|
<v-footer color="grey darken-3" padless>
|
|
<v-col class="text-center white--text py-4">
|
|
© {{ new Date().getFullYear() }} — Made by Le J
|
|
</v-col>
|
|
</v-footer>
|
|
</template>
|