Работа над приложением

This commit is contained in:
Book Pauk
2022-08-19 00:24:05 +07:00
parent 3877ad15c1
commit adb1d55141
9 changed files with 227 additions and 36 deletions

View File

@@ -91,17 +91,6 @@ class App {
this.$root.stdDialog = this.$refs.stdDialog;
this.setAppTitle();
(async() => {
try {
const api = this.$root.api;
const config = await api.config();
this.commit('setConfig', config);
} catch (e) {
this.$root.stdDialog.alert(e.message, 'Ошибка');
}
})();
}
get config() {