
1 liyang5945 Mar 30, 2021 router.push( ... ) router.repalce( ... ) |
2 togou Mar 30, 2021 父页面放 router-view 然后父页面路由里面放相应的子组件的两个路由 { path:/test comp.... father.vue chilrder:[ {path:/xxx comp... child1 .vue } {xxx} ] } |
3 TomatoYuyuko Mar 30, 2021 啊这,官网文档就有啊,好好看看,子路由,children 。在'/children1/page1'里触发 router.push 到'/children2' |
4 doommm Mar 30, 2021 router-view? portal-vue? |