Loading src/components/appContent.vue +5 −16 Original line number Diff line number Diff line Loading @@ -223,23 +223,12 @@ 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) => { return getters.ready; }, ready => { if (ready) { // Update plugins this.updatePlugins().then(() => { // Start initialisation modals this.startModals(); }); } } ); }, mounted() { Loading Loading
src/components/appContent.vue +5 −16 Original line number Diff line number Diff line Loading @@ -223,23 +223,12 @@ 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) => { return getters.ready; }, ready => { if (ready) { // Update plugins this.updatePlugins().then(() => { // Start initialisation modals this.startModals(); }); } } ); }, mounted() { Loading