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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e2bd-2c3fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e2bd-2c3fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?