|
|
@ -19,7 +19,7 @@ export default { |
|
|
|
// const list = this.$tis.getActivesByType('PopupWidget') |
|
|
|
const list = this.$store.getters['tisbus/getActivesByType']('PopupWidget') |
|
|
|
for (let component of list) { |
|
|
|
if (!component.lazy) continue; |
|
|
|
//if (!component.lazy) continue; |
|
|
|
if (typeof component.component === 'string') { |
|
|
|
await this.$store.dispatch('tisbus/loadComponent', component.component) |
|
|
|
} |
|
|
|