Skip to content

v-model update being bubbled up on root components #1715

Closed
@Kurira

Description

@Kurira

Version

3.0.0-rc.4

Reproduction link

https://codesandbox.io/s/hungry-mendeleev-dfiy9

Steps to reproduce

  1. Open https://codesandbox.io/s/hungry-mendeleev-dfiy9
  2. Press count button

What is expected?

It should correctly increase count value to 3 and so on. Works on vue2.

What is actually happening?

Now it sets the whole wrapper object to that number, instead of the property.


Wrapping hello component in a div works as a workaround.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions