this.$watch
this.$watch('value.series', (n, o) => { this.init();})
watch
watch:{ value(n, o) {// debugger } },