如何在没有的情况下使用 vue 路由器子级在父级?
我想专门为通过路径树中的所有组件传递的 router-link-active
类使用路由的 children
。不幸的是,子组件不会呈现。我读到子组件需要父组件中的
才能渲染。
有没有办法从整个路由器树中的 router-link-active
类中受益,而不必将
放入父组件中?
I want to use children
of routes specifically for the router-link-active
class being passed through all components in the path tree. Unfortunately, the child components don't render. I've read that child components require <router-view>
in the parent component to be rendered.
Is there a way to benefit from the router-link-active
class in the whole router tree without having to put <router-view>
into the parent component?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论