Loading src/components/panelLeft.vue +10 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,8 @@ export default { return { plugins: {}, currentTab: "status", showControlBar: true showControlBar: true, unwatchStoreFunction: null }; }, Loading Loading @@ -200,6 +201,14 @@ export default { ); }, beforeDestroy() { // Then we call that function here to unwatch if (this.unwatchStoreFunction) { this.unwatchStoreFunction(); this.unwatchStoreFunction = null; } }, methods: { updatePlugins: function() { console.log("Updating plugin forms"); Loading Loading
src/components/panelLeft.vue +10 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,8 @@ export default { return { plugins: {}, currentTab: "status", showControlBar: true showControlBar: true, unwatchStoreFunction: null }; }, Loading Loading @@ -200,6 +201,14 @@ export default { ); }, beforeDestroy() { // Then we call that function here to unwatch if (this.unwatchStoreFunction) { this.unwatchStoreFunction(); this.unwatchStoreFunction = null; } }, methods: { updatePlugins: function() { console.log("Updating plugin forms"); Loading