watch reactive prop is not working
Version
3.2.4
Reproduction link
https://codesandbox.io/s/intelligent-gauss-uveoj?file=/src/components/HelloWorld.vue
Steps to reproduce
click “Change” button,
What is expected?
data change, execute console.log("modify");
What is actually happening?
watch does not work