1👍
✅
watch(() => props.someArray, (val) => {
console.log('asdasd', val)
}, { deep: true }
)
is working,try this link
Source:stackexchange.com