We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.4.0
https://jsfiddle.net/2p7jph02/3/
linkActiveClass
active-class
router-link
The local active-class should overwrite the global linkActiveClass definition.
The global linkActiveClass definition overwrites local active-class
The text was updated successfully, but these errors were encountered:
Thanks, I'll take a look
Sorry, something went wrong.
It may be related to #1314 ?
Fix active class priority
db8aafe
Fix #1323
Yes, it is, the fix there caused it
Fix active class priority (#1324)
7ae4d90
No branches or pull requests
Version
2.4.0
Reproduction link
https://jsfiddle.net/2p7jph02/3/
Steps to reproduce
linkActiveClass
active-class
onrouter-link
What is expected?
The local
active-class
should overwrite the globallinkActiveClass
definition.What is actually happening?
The global
linkActiveClass
definition overwrites localactive-class
The text was updated successfully, but these errors were encountered: