Open
Description
Vue version
3.4.38
Link to minimal reproduction
Steps to reproduce
- use defineModel in a child component to define some array data (call it
model
) - alter
model
by pushing a new array item to it
What is expected?
Template to re-render with new item in the array
What is actually happening?
template does not re-render
System Info
No response
Any additional comments?
Replacing the entire array works as expected but pushing does not. Maybe this is intended (not deep)?
If so, perhaps the docs should include a note about this.
Thanks!