0👍
You should add deep:true
option because It looks like widget_data
is an object with nested values:
watch: {
widget_data:{
handler(val) {
this.crop_mode = val.crop_mode
},
deep:true
}
},
- [Vuejs]-Can't send GET Request with Vue
- [Vuejs]-Nuxt won't load an inlined SVG as Vue component in Firefox, what should I do?
Source:stackexchange.com