Level 63
Have you had a look at this ?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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>
Please or to participate in this conversation.