WIP
This commit is contained in:
@@ -19,9 +19,6 @@ app
|
||||
.use(VueTelegramPlugin);
|
||||
|
||||
const settings = useSettingsStore();
|
||||
const categoriesStore = useCategoriesStore();
|
||||
categoriesStore.fetchTopCategories();
|
||||
categoriesStore.fetchCategories();
|
||||
|
||||
settings.load()
|
||||
.then(() => {
|
||||
@@ -37,6 +34,11 @@ settings.load()
|
||||
});
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
const categoriesStore = useCategoriesStore();
|
||||
categoriesStore.fetchTopCategories();
|
||||
categoriesStore.fetchCategories();
|
||||
})
|
||||
.then(() => new AppMetaInitializer(settings).init())
|
||||
.then(() => app.mount('#app'))
|
||||
.then(() => window.Telegram.WebApp.ready())
|
||||
|
||||
Reference in New Issue
Block a user