chore: upgrade to Vue3/Vuetify3
This commit is contained in:
+4
-4
@@ -4,11 +4,11 @@
|
||||
|
||||
<script setup lang='ts'>
|
||||
import { useHead } from '@unhead/vue'
|
||||
import Events from '~/components/pages/events/index.vue'
|
||||
import { useTranslation } from '~/plugins/i18n'
|
||||
import { useI18n } from '#i18n'
|
||||
import Events from '~/components/pages/events/event-page.vue'
|
||||
|
||||
const { t } = useTranslation()
|
||||
const { t } = useI18n()
|
||||
useHead({
|
||||
title: t('events.title')
|
||||
title: t('events.title'),
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user