9 lines
250 B
Vue
9 lines
250 B
Vue
<template>
|
|
<v-footer app dark>
|
|
<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> |