已解决:

watch: {
  data: {
    immediate: true,
    handler: function(newVal) {
      console.log(newVal);
    }
  }
},

相关文章: