I'm trying to use some transition in my code using Vue.js with Tailwinds. My environment include Laravel Jetstream with Inertia that comes with vue.
I notices that using this form everything work:
<transition name="some-name"> <div v-if="something"></div> </transition>
1.4m articles
1.4m replys
5 comments
57.0k users