We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5478cf5 commit eaf4f79Copy full SHA for eaf4f79
docs/features/indicator-position/index.md
@@ -9,7 +9,7 @@
9
<div class="carousel-item">page 2</div>
10
<div class="carousel-item">page 3</div>
11
<template #indicator="page">
12
- <DCarouselIndicator :count="page.count" v-model="page.pageIndex" style="justify-content: flex-start; padding-left: 20px;"></DCarouselIndicator>
+ <DCarouselIndicator :count="page.count" v-model="page.pageIndex" @update:modelValue="page.setPageIndex" style="justify-content: flex-start; padding-left: 20px;"></DCarouselIndicator>
13
</template>
14
</DCarousel>
15
0 commit comments