Update plugins on created, if host is ready
This commit is contained in:
parent
01fcb4f7e5
commit
509a5215f3
1 changed files with 3 additions and 0 deletions
|
|
@ -210,6 +210,9 @@ export default {
|
|||
},
|
||||
|
||||
created: function() {
|
||||
if (this.$store.getters.ready) {
|
||||
this.updatePlugins();
|
||||
}
|
||||
// Watch for host 'ready', then update status
|
||||
this.unwatchStoreFunction = this.$store.watch(
|
||||
(state, getters) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue