You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
353 B

  1. <template>
  2. <v-footer
  3. color="primary lighten-1"
  4. padless
  5. >
  6. <v-layout
  7. justify-center
  8. wrap
  9. >
  10. <v-flex
  11. black
  12. lighten-2
  13. py-4
  14. text-center
  15. white--text
  16. xs12
  17. >
  18. &copy; {{ new Date().getFullYear() }} doccano
  19. </v-flex>
  20. </v-layout>
  21. </v-footer>
  22. </template>