Testing 6

This commit is contained in:
2025-03-19 11:28:40 +01:00
parent 86709d24b6
commit cc086c6182

View File

@@ -6,6 +6,7 @@ const { locale, locales } = useI18n()
const currentLocale = computed(() => locales.value.find(l => l.code === locale.value))
const { data: stats } = await useAsyncData<Stats>('stats', () => $fetch('/api/stats'))
console.log(stats.value)
const { t } = useI18n({
useScope: 'local',
})