Skip to content

DOM update does not work after accessing data object in the "beforeCreate" hook #1756

@lucivaldo

Description

@lucivaldo

Version

3.0.0-rc.5

Reproduction link

https://jsfiddle.net/lucivaldocb/1ju7afcs/3/

Steps to reproduce

Click on the "Reverse message" button.

What is expected?

The message displayed in the browser must be inverted.

What is actually happening?

The message is not updated in the browser (in the DOM). That is, the DOM has not been updated.


  1. The "message" property of the "data" object is updated as expected, but the DOM has not been updated.
  2. When commenting on the code that accesses the property of the "data" object, everything works normally.

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