feat(categories): add skeleton for categories loading
This commit is contained in:
@@ -52,7 +52,6 @@ settings.load()
|
||||
console.log('Load front page categories and products.');
|
||||
const categoriesStore = useCategoriesStore();
|
||||
categoriesStore.fetchTopCategories();
|
||||
categoriesStore.fetchCategories();
|
||||
})
|
||||
.then(() => new AppMetaInitializer(settings).init())
|
||||
.then(() => { appLoading.unmount(); app.mount('#app'); })
|
||||
|
||||
Reference in New Issue
Block a user