feat(categories): add options to select what categories to show on front page
This commit is contained in:
@@ -27,7 +27,7 @@ export const useCategoriesStore = defineStore('categories', {
|
||||
try {
|
||||
this.isLoading = true;
|
||||
const response = await ftch('categoriesList', {
|
||||
perPage: 7,
|
||||
forMainPage: true,
|
||||
});
|
||||
this.topCategories = response.data;
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user