vue过渡:为什么在嵌套子路由之间切换时没有过渡动画

发布于 2025-01-22 16:25:52 字数 274 浏览 0 评论 0原文

当我在/test/c/test/d之间切换时,即将消失的组件而不是在DOM树中,我想是与他们有一个常见的父组件。我曾期望像/a/b离开动画的/b如何解决此问题

。 codesandbox.io/s/hardcore-shamir-kr9608?file=/src/app.vue“ rel =“ nofollow noreferrer”> codesandbox.io

When I switching between /test/c and /test/d, about to disappear component not in the DOM Tree, I guess is it something to do with them having a common parent component. I had expected like from /a to /b leave's component have leaving animation, how can I fixed this problem?

Here is demo: codesandbox.io

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独患者 2025-01-29 16:25:52

您必须将添加到父< router-view:key =“ $ route.path”>

You must add a key to the parent <router-view :key="$route.path">

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文