Commit 509a5215 authored by Joel Collins's avatar Joel Collins
Browse files

Update plugins on created, if host is ready

parent 01fcb4f7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) => {