zb.lin
Results
2
comments of
zb.lin
`() => testRefObj.value.text` it would be appear error! He should be use `const testRefObj= reactive({text:''})` and `watch(() => testRefObj.text,value => {/* ... */})` and more [https://vuejs.org/api/reactivity-core.html#watch](https://vuejs.org/api/reactivity-core.html#watch)
@nooooooom u can try own ide! To verify it's right by example of [codesandbox.io](https://codesandbox.io/embed/unruffled-lewin-sk7ldd?fontsize=14&hidenavigation=1&theme=dark)