-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Version
4.0.0-rc.5
Reproduction link
https://codesandbox.io/s/vue-router-4-reproduction-forked-qxzts
Steps to reproduce
Have a look at router aliases and try clicking through navigation.
What is expected?
-
You should be able to navigate between aliased paths, even when they resolve to the current route object (so that the path changes).
-
<router-link>should haverouter-link-exact-activeclass only when the path matches exactly.
What is actually happening?
-
You can't navigate between aliased paths that resolve to the current route object.
-
<router-link>hasrouter-link-exact-activeclass when an entire route object matches (because of alias).
Metadata
Metadata
Assignees
Labels
No labels