There are two bugs in monitoring all attributes of a responsive data defined by reactive
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
1, create a reactive object 2, watch the object 3,change the object 3,display and compare the object new value and old value
What is expected?
oldValue is Old value
What is actually happening?
oldValue is new Value
System Info
No response
Any additional comments?
No response
There are two bugs in monitoring all attributes of a responsive data defined by reactive: 1. The oldvalue cannot be obtained correctly; 2. The deep monitoring is forcibly turned on, and setting the deep configuration is invalid