mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-03 19:31:45 +01:00
Testing 3
This commit is contained in:
@@ -6,7 +6,7 @@ const { locale, locales } = useI18n()
|
|||||||
const currentLocale = computed(() => locales.value.find(l => l.code === locale.value))
|
const currentLocale = computed(() => locales.value.find(l => l.code === locale.value))
|
||||||
|
|
||||||
const { data: stats } = await useFetch<Stats>('/api/stats')
|
const { data: stats } = await useFetch<Stats>('/api/stats')
|
||||||
console.log(stats.value)
|
console.log(stats)
|
||||||
const { t } = useI18n({
|
const { t } = useI18n({
|
||||||
useScope: 'local',
|
useScope: 'local',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user