Aurelia: Child Router Navigation: Route not found
问题 Below are my views: 1. app - standard 2. home - Has a list of items on left, on selection of any, will display some content on the right side in router-view (contract-view to be loaded). 3. contract-view app.ts: route Config: configureRouter(config: RouterConfiguration, router: Router) { config.title = 'Contracts Portal'; config.map([ { route: ['', 'home'], name: 'home', moduleId: 'home', nav: true, title: 'Home' }, { route: 'resources', name: 'resources', moduleId: 'resources', nav: true,