Multiple router-view of vue sub-page sibling

1. In app.vue, there is already a list page b.vue that < router-view / >
jumps. This page has multiple tab, and then you want to put a < router-view / >
in each tab.

will never be realized.

Apr.03,2021

this is implemented using nested routing
ide/essentials/nested-routes.html" rel=" nofollow noreferrer "> https://router.vuejs.org/zh/g.


upstairs is right, you want to have a parent router-view, with multiple child router-view, in the inner layer, so you have to use nested routes.

Menu