How can router-link jump to subcomponents?

define routes:

clipboard.png

clipboard.png
url:http://localhost:8080/centerNav/myAsk
url:

clipboard.png
how should I remove the previous centerNav?

Mar.04,2021

< router-link to= "/ centerNav/myAsk" > try


clipboard.png
change this to "/", provided this is your first-level route

Menu