You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would make more sense to not trigger the watcher while the component is unmounting. It would also be consistent with Vue 2 https://jsfiddle.net/7webxnam/.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.23
Reproduction link
https://jsfiddle.net/w54fzat2/
Steps to reproduce
Click on toggle multiple times
What is expected?
no logs
What is actually happening?
logs at every toggle
Coming from #1525 (comment) and vuejs/router#374
I think it would make more sense to not trigger the watcher while the component is unmounting. It would also be consistent with Vue 2 https://jsfiddle.net/7webxnam/.
The text was updated successfully, but these errors were encountered: