{
path: '/designblock',
name: 'Design Block',
component: Design,
children: [
{
path: 'title',
component: title,
}
],
},
I have that route defined and when entering title
the child route loads the component Design
<router-link to="/designblock/title" class="design-card" exact>title<router-link>
I really do not understand why this usually happens