From f96a7dc159633f730d4478df188f82371c7aa873 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Sat, 20 Jan 2024 21:25:49 +0100 Subject: [PATCH] Test Fix tproducts --- resources/js/Pages/IkeaRoot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 630e5ff..c96387b 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -53,7 +53,7 @@ const gchartEvents = ref({ } },); -let tproducts = computed(() => { +const tproducts = computed(() => { console.log('PR=', products); console.log('CC=', countryCurrency.value); return products.value.map((prod) => {