Transitions not working in nested sub-routes #1977
Unanswered
MattFromGer
asked this question in
Help and Questions
Replies: 1 comment
-
SImilar question, but I'd like to have different transition for nested routes, but instead I get parent transition applying, not the nested route one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a
<transition>
component to a nested sub<router-view>
, but the animation is not triggering. Furthermore the routing seems buggy when adding the<transition>
element between<router-view>
and<component>
. The sub routing works as expected without the<transition>
element.Stackblitz Example
Beta Was this translation helpful? Give feedback.
All reactions