Level 63
You have already posted this question some days ago.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I want to add route transition for vue 3 app, but doesnt work.
<router-view v-slot="{ Component }">
<transition name="fade">
<component :is="Component" />
</transition>
</router-view>
Please or to participate in this conversation.