From 47557155d15c9a45ffb645c333913148517a7111 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 19 Mar 2025 10:41:52 +0100 Subject: [PATCH] Testing --- app/components/home/Stats.vue | 2 ++ app/pages/index.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/home/Stats.vue b/app/components/home/Stats.vue index 41d48ac..c3e3577 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', }) @@ -17,6 +18,7 @@ const hours = usePrecision(stats.value!.coding.data.grand_total.total_seconds_in