Vue's transition-group breaks the new grid feature. #1509
antimanada
started this conversation in
General
Replies: 2 comments 2 replies
-
The transition-group component creates an extra Try moving your grid classes directly onto the transition-group and adding the <transition-group name="fade" tag="div" class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8"> |
Beta Was this translation helpful? Give feedback.
1 reply
-
Moving this to our discussions area, please reserve issues for actual Tailwind bugs or feature requests 👍🏻 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im trying to use the new feature grid grid-cols-5... with vue transition-group but the result is rendered in just one column. I've inspected on devtools and i fount what us happening. The transition-group puto the hole v-for iteration inside a span and it endup in just one column.
Do you guys know how to fix it?
Here is the code:

Here is the result:

Here is the devtools result:

Beta Was this translation helpful? Give feedback.
All reactions