0👍
what you want to do is using nested routes.
Check out:
https://router.vuejs.org/guide/essentials/named-views.html#nested-named-views
and
https://router.vuejs.org/guide/essentials/nested-routes.html
for active class watch:
https://router.vuejs.org/api/#active-class
- [Vuejs]-Creating a loop to loop over the componennt created
- [Vuejs]-Having troubles with start up Vue application;
Source:stackexchange.com