Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VCarouselItem): fix class props #19649

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Apr 19, 2024

Description

fixes #19630

Markup:

<template>
  <v-app>
    <v-container>
      <v-carousel>
        <v-carousel-item
          class="docks"
          src="https://cdn.vuetifyjs.com/images/cards/docks.jpg"
          cover
        ></v-carousel-item>

        <v-carousel-item
          class="hotel"
          src="https://cdn.vuetifyjs.com/images/cards/hotel.jpg"
          cover
        ></v-carousel-item>

        <v-carousel-item
          class="sunshine"
          src="https://cdn.vuetifyjs.com/images/cards/sunshine.jpg"
          cover
        ></v-carousel-item>
      </v-carousel>
    </v-container>
  </v-app>
</template>

@johnleider johnleider added this to the v3.5.x milestone Apr 22, 2024
@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VCarousel VCarousel labels Apr 22, 2024
@johnleider johnleider merged commit 635946c into master Apr 22, 2024
19 checks passed
@johnleider johnleider deleted the fix/19630-v-carousel-item-class-props branch April 22, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCarousel VCarousel T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.5.16] v-carousel-item doesn't pass its class prop
2 participants