Do you know if it's possible to sub-routing? Let me explain: I have my page / -> index.vue /about -> about.vue And I'd like to create a /dashboard page with a static menu and dynamic content. Basically, my menu returns /dashboard, /dashboard/customize, /dashboard/links
I would like to know if I can make a general page with the static menu and only a
div class="content"
div class="content"
that shows me the dynamic depending on the route. Thanks a lot!