watch:{},与this.$watch();

this.$watch

this.$watch('value.series', (n, o) => {
this.init();
})
watch
  watch:{
value(n, o) {
// debugger
}
},
原文地址:https://www.cnblogs.com/boonook/p/10336872.html