<div class='main'>
<router-view>
<div class='child'>
<router-view>
path: '/profile/:alias',
component: Profile,
children : [
{path: '', component: mainProfile},
{path: 'posts', component: postsProfile}
],