Carousel does not work with v-for items
gregg-cbs opened this issue · 2 comments
gregg-cbs commented
v-for on CarouselItem renders nothing
some_page.vue
<template>
<Carousel controls indicators transition="crossfade">
<CarouselItem v-for="(quote, index) in quotes" :key="index">
// some content
</CarouselItem>
</Carousel>
</template>github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
mrholek commented
Fixed in v4.8.0