Vue-router jumps to the specified page

now I have such a requirement. There is a B sub-component under A component and a D sub-component under C component. An and C are two independent components. Now I want to click on B component to jump to D component. All the components have been routed. Do you have any good methods and ideas?

Mar.10,2021

your structure has already been decided.

{
    path: 'A',
    children: ['B']
},
{
    path: 'C',
    children: ['D']
}

it would be nice to add a router-link to D in B for your jump.

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-1b3f552-2bbff.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-1b3f552-2bbff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?