3👍
✅
This is the normal vue-router behavior : if you want the nested route to be rendered, you need to add a <router-view />
inside AboutComponent.
Exemple here : https://jsfiddle.net/yyx990803/L7hscd8h/
The User component contains the <router-view />
Source:stackexchange.com