### What problem does this feature solve? some router just is container for children, so it not need any path to visit ### What does the proposed API look like? // path:'empty', component: MainLayout, children: [ { path: '/', component: Home, }, ] <!-- generated by vue-issues. DO NOT REMOVE -->