Update Chart.vue
parent
32293383fa
commit
5603b44cd5
|
@ -37,8 +37,7 @@ export default {
|
|||
* otherwise the entire data object needs to be replaced to trigger watch
|
||||
*/
|
||||
data: {
|
||||
handler(val, oldVal) {
|
||||
console.log('watch data')
|
||||
handler() {
|
||||
this.reinit();
|
||||
},
|
||||
deep: true
|
||||
|
|
Loading…
Reference in New Issue