From 24f4109319ed82c0017ffb2685e9348c43c96995 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 19 Mar 2025 11:12:29 +0100 Subject: [PATCH] Testing 2 --- app/components/home/Stats.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/home/Stats.vue b/app/components/home/Stats.vue index b511050..2ec8a76 100644 --- a/app/components/home/Stats.vue +++ b/app/components/home/Stats.vue @@ -6,6 +6,7 @@ const { locale, locales } = useI18n() const currentLocale = computed(() => locales.value.find(l => l.code === locale.value)) const { data: stats } = await useFetch('/api/stats') +console.log(stats.value) const { t } = useI18n({ useScope: 'local', })