1👍
✅
Use deep to watch object changes:
watch{
item: {
handler(newValue, oldValue){
// something
},
deep: true
}
}
Source:stackexchange.com