Skip to content

defineModel behavior without parent passing v-model different between strings and arrays #11720

Open
@danielkellyio

Description

@danielkellyio

Vue version

3.4.38

Link to minimal reproduction

https://stackblitz.com/edit/vitejs-vite-9pbycg?file=src%2FApp.vue,src%2Fcomponents%2FMyArrayComponent.vue,src%2Fcomponents%2FMyStringComponent.vue&terminal=dev

Steps to reproduce

  1. use defineModel in a child component to define some array data (call it model)
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    need documentationNot necessarily a bug, but proper documentation is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions