-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Child state with different parameters is not correctly highlighted as active state #2717
Comments
Same problem.. After update from 3.0.1 to 3.0.4 this behaviour has appear... |
This is working as expected: having a redirect with a component option doesn't make sense as it would never be used. Use a child with |
Hi, Thanks! |
Version
3.0.3
Reproduction link
https://jsfiddle.net/u6f03y45/3/
Steps to reproduce
-> Parent link and child 1 link are highlighted as the active state.
What is expected?
Parent link and child 2 link are highlighted as the active state
What is actually happening?
Parent is not highlighted as the active state
This bug happens since version 3.0.3 of vue-router. If you change the loaded version of vue-router to 3.0.2, the behaviour is as expected.
The text was updated successfully, but these errors were encountered: