Answer the question
In order to leave comments, you need to log in
How can I prevent the parent component from reloading?
I have the following component structure in a simplified form:
<div class='main'>
<router-view>
<div class='child'>
<router-view>
path: '/profile/:alias',
component: Profile,
children : [
{path: '', component: mainProfile},
{path: 'posts', component: postsProfile}
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question