beforeRouteLeave
invoked twice when redirecting inside of beforeRouteEnter
#2102
Labels
beforeRouteLeave
invoked twice when redirecting inside of beforeRouteEnter
#2102
Version
3.0.0
Reproduction link
https://jsfiddle.net/Jason_Daurus/vv79u55j/
Steps to reproduce
Click at "link-b" in the fiddle, you'll have "A:beforeRouteLeave" logged twice in browser's console.
What is expected?
A:beforeRouteLeave should not be invoked after B:beforeRouteEnter
What is actually happening?
it does :-(
The text was updated successfully, but these errors were encountered: