Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 single <router-outlet>,它是在具有多个子路由的路由上定义的。在这些子路由之间导航时,有时(但不总是)多个子路由组件会加载到同一个<router-outlet>.
<router-outlet>
什么会导致这种行为?