We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5fa46 commit ad567daCopy full SHA for ad567da
1 file changed
app/app.vue
@@ -1,10 +1,10 @@
1
<script setup lang="ts">
2
-import type { Directions, LocaleObject } from '@nuxtjs/i18n'
+import type { Directions } from '@nuxtjs/i18n'
3
import { useEventListener } from '@vueuse/core'
4
5
const route = useRoute()
6
const router = useRouter()
7
-const { locale, locales, t } = useI18n()
+const { locale, locales } = useI18n()
8
9
// Initialize accent color before hydration to prevent flash
10
initAccentOnPrehydrate()
0 commit comments