Version
3.5.3
Reproduction link
localhost/active-links/abouT
Steps to reproduce
What 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.
Version
3.5.3
Reproduction link
localhost/active-links/abouT
Steps to reproduce
yarn run devin 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.