Updated
This commit is contained in:
@@ -44,9 +44,7 @@ const filters = computed(() => {
|
||||
|
||||
const { data: categories, suspense } = useGetCategories();
|
||||
|
||||
await useAsyncData(async () => {
|
||||
await suspense();
|
||||
});
|
||||
await suspense();
|
||||
|
||||
const { isPending: productsIsPending } = useGetProducts(filters);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user