pull/1196/head^2
Cagatay Civici 2021-05-15 13:05:02 +03:00
commit e3ab60c725
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<span :class="['p-carousel-prev-icon pi', {'pi-chevron-right': !isVertical(),'pi-chevron-down': isVertical()}]"></span>
</button>
</div>
<ul :class="indicatorsContentClasses">
<ul v-if="totalIndicators >= 0" :class="indicatorsContentClasses">
<li v-for="(indicator, i) of totalIndicators" :key="'p-carousel-indicator-' + i.toString()" :class="['p-carousel-indicator', {'p-highlight': d_page === i}]">
<button class="p-link" @click="onIndicatorClick($event, i)" type="button" />
</li>