updated()

in packages/vue/vue-application/src/Application.js [127:135]


  updated() {
    this.addThingToDo('update', () => {
      // @ts-ignore
      if (this.app && this.app.parcel && this.app.parcel.update) {
        // @ts-ignore
        return this.app.update(getParcelProps(this.$props))
      }
    })
  },