1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<template> <div> <v-footer class="font-weight-medium" color="gray darken-3" dark> <v-col cols="12"> <p class="text-center">{{ $t('FooterCopyright') }}</p> </v-col> </v-footer> </div> </template> <script> export default { name: 'Footer' } </script> <style scoped> </style>