-
-
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
case-insensitive on isActive property #3656
Comments
Provide a valid repro please |
I think using a website like CodePen to build a minimal reproducible environment seems to be low-benifit and troublesome because we can directly use the existing example files(repo's /examples/activeLinks folder and so on) of the repo to reproduce. Just run |
Aah, I couldn't guess you were talking about the repository examples! |
Sorry that I didn't make it clear😂 |
Version
3.5.3
Reproduction link
localhost/active-links/abouT
Steps to reproduce
yarn run dev
in the root path of the projectWhat is expected?
The "/about" will be treated as active.
What is actually happening?
The "/about" is not treated as active.
Since Vue Router already supports case-insensitive matching for routes themselves. I think it should be the same for the active match to be case-insensitive too.
The text was updated successfully, but these errors were encountered: