This commit is contained in:
marzban-dev
2025-02-02 21:19:08 +03:30
parent 633631c285
commit a1248828de
@@ -44,9 +44,7 @@ const filters = computed(() => {
const { data: categories, suspense } = useGetCategories();
await useAsyncData(async () => {
await suspense();
});
await suspense();
const { isPending: productsIsPending } = useGetProducts(filters);