This repository was archived by the owner on Feb 26, 2024. It is now read-only.
ergo(config): handling different redirects from siblings #89
Open
Description
Imagine:
<div router-view-port="left"></div>
<div router-view-port="right"></div>
If left
's config looks like: { path: 'foo', redirectTo: 'bar' }
and right
's config looks like: { path: 'foo', redirectTo: 'baz' }
, what should happen?
I think at config-time, whichever is registered second should throw.