You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the playground , I’m using the ul tag with li elements separated like that. The problem is that I can’t use anything inside the v-slide-group-item.
v-slide-group__content can't be styled.
Proposed solution
I also want to point out that I can’t apply any classes to it because there are abstracted wrappers that prevent it. I propose that v-slide-group should allow styles to reach the last abstracted wrapper.
This issue happens with various Vuetify components.
Problem to solve
As you can see in the playground , I’m using the
ul
tag withli
elements separated like that. The problem is that I can’t use anything inside thev-slide-group-item
.v-slide-group__content
can't be styled.Proposed solution
I also want to point out that I can’t apply any classes to it because there are abstracted wrappers that prevent it. I propose that v-slide-group should allow styles to reach the last abstracted wrapper.
This issue happens with various Vuetify components.
by solving working
tag
we can prevent on using htmlul
andli
, and most important we can now have Horizontal list that are not Navigation!The text was updated successfully, but these errors were encountered: