Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Ajvanho's avatar
Level 14

ruote transition doesnt work ?!?

Nothing special, i follow docs and want to add transiton and have an error:

Component inside <Transition> renders non-element root node that cannot be animated.

<router-view v-slot="{ Component }">
  <transition name="fade">
    <component :is="Component" />
  </transition>
</router-view>
0 likes
5 replies
Ajvanho's avatar
Level 14

@vincent15000 "Component inside <Transition> renders non-element root node that cannot be animated."

Please or to participate in this conversation.