-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
I would like to have nested routes with a default component in the nested-root like so:
routes: [
{
path: '/home',
name: 'home',
component: Home,
children: [
{
path: '',
name: 'home.index',
component: HomeIndex
},
{
path: 'foo',
name: 'home.foo',
component: HomeFoo
}
]
}
]
Vue.js & vue-router.js version
2.0.0-rc.4, 2.0.0-rc.4
Reproduction Link
https://jsfiddle.net/jwahdatehagh/44ed5xxf/1/
Steps to reproduce
What is Expected?
What is actually happening?
Metadata
Metadata
Assignees
Labels
No labels