wip: shopping cart
This commit is contained in:
@@ -17,6 +17,8 @@ app.mount('#app');
|
||||
const settings = useSettingsStore();
|
||||
const categoriesStore = useCategoriesStore();
|
||||
categoriesStore.fetchTopCategories();
|
||||
categoriesStore.fetchCategories();
|
||||
|
||||
|
||||
import {useCategoriesStore} from "@/stores/CategoriesStore.js";
|
||||
import {useSettingsStore} from "@/stores/SettingsStore.js";
|
||||
@@ -30,4 +32,3 @@ if (settings.night_auto) {
|
||||
}
|
||||
|
||||
window.Telegram.WebApp.ready();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user