-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
feature requestfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3improvement
Description
Vue.js & vue-router.js version
2.5.17 & 3.0.1
Reproduction Link
https://jsfiddle.net/8xrk1n9f/1279/
Steps to reproduce
router.map({
'/foo': {
component: Foo
},
'/bar': {
component: Bar
}
})
router.alias({
'/baz': '/bar'
})
What is Expected?
The /baz
path is alias of /bar
, it should be active when i click /baz
link.
What is actually happening?
nothing happened, but route to component Bar
romoo, xiaoyufan, amirrustam, kenberkeley, raulk and 24 more
Metadata
Metadata
Assignees
Labels
feature requestfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3improvement