Testing 2

This commit is contained in:
2025-03-19 11:12:29 +01:00
parent f29a3ed9ab
commit 24f4109319

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 useFetch<Stats>('/api/stats')
console.log(stats.value)
const { t } = useI18n({
useScope: 'local',
})