diff --git a/src/components/appContent.vue b/src/components/appContent.vue index acf460eb..c283d22d 100644 --- a/src/components/appContent.vue +++ b/src/components/appContent.vue @@ -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) => {