Closed
Description
Version
2.6.0
Reproduction link
http://jsfiddle.net/3crtn7ov/12/
Steps to reproduce
- Trigger all available routes
What is expected?
Mixin guard: beforeRouteUpdate
should be triggered.
What is actually happening?
Mixin guard is not triggered
I initially wanted to file an issue because the beforeRouteEnter
guard showed this behaviour, but I wasn't able to reproduce it within a jsfiddle. I'm quite sure that the bug affects also the other guard.