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.
- The "message" property of the "data" object is updated as expected, but the DOM has not been updated.
- When commenting on the code that accesses the property of the "data" object, everything works normally.