Open
Description
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
- create a ref
- in a
computed
, callObject.prototype.hasOwnProperty.call
- add a new property to the ref's value
computed
isn't updated.
What is expected?
add_property
also updates the computed
What is actually happening?
only change_property
does
System Info
No response
Any additional comments?
The "create issue" button in https://new-issue.vuejs.org/ isn't working; github is asking me to filling the issue template AGAIN.