0👍
Did you try to watch whole object xport
like:
watch: {
xport: {
handler(val, oldVal){
// do stuff
},
deep: true
}
}
Source:stackexchange.com
0👍
Did you try to watch whole object xport
like:
watch: {
xport: {
handler(val, oldVal){
// do stuff
},
deep: true
}
}