Поправки багов
This commit is contained in:
@@ -109,10 +109,6 @@ class Api {
|
||||
}
|
||||
}
|
||||
|
||||
get config() {
|
||||
return this.$store.state.config;
|
||||
}
|
||||
|
||||
get settings() {
|
||||
return this.$store.state.settings;
|
||||
}
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user