Loading src/components/appContent.vue +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/components/appContent.vue +3 −0 Original line number Diff line number Diff line Loading @@ -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