如何在没有的情况下使用 vue 路由器子级在父级?

发布于 2025-01-12 18:44:24 字数 275 浏览 0 评论 0原文

我想专门为通过路径树中的所有组件传递的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文