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