-
-
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
Active class for links with query params #209
Comments
Now active class for routes like |
Still not working previous comment. I created fiddle to illustrate what I mean https://jsfiddle.net/co5mmz46/. When we on |
This is still not working for me. I'm seeing in my debug console that the regex is testing for '^url' while |
@pajter please open a separate issue with a reproduction using the latest version. |
HI. I have v-link to named route without query params. Active class works correctly on exact matching and within subroutes. But if I go to the same route with query params, active class no longer works.
Example:
I have link to users list in sidebar —
/users
. Active class works when route match/users
and on subroutes like/users/1
. But it does not work within route like/users?page=2
.On version 0.6.1 that behavior worked correctly, but on 0.7.5 it no longer works.
The text was updated successfully, but these errors were encountered: