Vue Deep Watch
watch: {
colors: {
handler(newValue){
console.log('colors changed', newValue)
}, deep: true
}
}
Zealous Zebra
watch: {
colors: {
handler(newValue){
console.log('colors changed', newValue)
}, deep: true
}
}