Fix pagination problem
This commit is contained in:
@@ -24,7 +24,7 @@ const currentCategory = computed({
|
||||
router.push({
|
||||
name: "products-slug",
|
||||
params: { slug: ["category", newValue] },
|
||||
query: { ...route.query },
|
||||
query: { ...route.query, page: "1" },
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user