mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-23 13:51:48 +01:00
Testing 6
This commit is contained in:
@@ -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',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user