From 5cc64b03ab4185ba685a02cb176a7d67d78f4ab7 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Sat, 22 Mar 2025 16:25:38 +0330 Subject: [PATCH] added suspense --- frontend/pages/cart/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/pages/cart/index.vue b/frontend/pages/cart/index.vue index 8879956..12e30f2 100644 --- a/frontend/pages/cart/index.vue +++ b/frontend/pages/cart/index.vue @@ -15,9 +15,7 @@ definePageMeta({ // queries -const { data: cart, isLoading: cartIsLoading, suspense } = useGetCartOrders(); - -await suspense(); +const { data: cart, isLoading: cartIsLoading } = useGetCartOrders(); // computed