-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
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.