In my Vue application I have multiple routes, but is there a way to load the component of the route in a specific component? So like a global component for all routes?
I have a Frontend.vue that has <router-view></router-view> where I want to load the component of the route. So I want to set this Frontend component as default route. Any tips/ideas?