Поправки багов

This commit is contained in:
Book Pauk
2022-11-27 21:03:12 +07:00
parent a7f71562b4
commit 49583d3407
4 changed files with 15 additions and 21 deletions

View File

@@ -109,10 +109,6 @@ class Api {
}
}
get config() {
return this.$store.state.config;
}
get settings() {
return this.$store.state.settings;
}

View File

@@ -435,6 +435,8 @@ class Search {
mounted() {
(async() => {
await this.api.updateConfig();
//для встраивания в liberama
window.addEventListener('message', (event) => {
if (!_.isObject(event.data) || event.data.from != 'ExternalLibs')