Closed
Description
Version
3.0.0-beta.18
Reproduction link
https://jsfiddle.net/82xpeomh/
Steps to reproduce
- Click on Toggle
- Look at the list or the console
What is expected?
When toggling the component the watcher should either provide the newest value or not trigger
What is actually happening?
it is providing undefined
This happens when the computed needs to be recalculated right when leaving, that's why there is a onBeforeUnmount
. From vuejs/router#350
Metadata
Metadata
Assignees
Labels
No labels