coreui/coreui-vue

Carousel does not work with v-for items

gregg-cbs opened this issue · 2 comments

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>

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

Fixed in v4.8.0