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