mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #4211 - For Carousel & Galleria
This commit is contained in:
parent
4f4496eec8
commit
25d40dd4e4
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
:aria-label="ariaPageLabel(i + 1)"
|
||||
:aria-current="d_page === i ? 'page' : undefined"
|
||||
@click="onIndicatorClick($event, i)"
|
||||
v-bind="ptm('indicatorButton')"
|
||||
v-bind="ptm('indicatorButton', getIndicatorPTOptions(i))"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue