router.on('/route', {
namedViews: {
a: { component: 'view-a' },
b: { component: 'view-b' }
}
})
<router-view name="a"></router-view>
<router-view name="b"></router-view>
It isn`t implemented?
Is this stil a feature? It would be nice to be able to target a specific router-view like in angularjs routing.
This does not work yet correct - it would be nice to have this feature like in angularjs and emberjs. :/
Most helpful comment
Is this stil a feature? It would be nice to be able to target a specific router-view like in angularjs routing.