mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update TabView.vue
This commit is contained in:
parent
3ef520a793
commit
cbad15003f
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
:aria-label="prevButtonAriaLabel"
|
||||
@click="onPrevButtonClick"
|
||||
v-bind="{ ...previousButtonProps, ...ptm('previousButton') }"
|
||||
data-pc-group-section="navbutton"
|
||||
>
|
||||
<slot name="previcon">
|
||||
<component :is="prevIcon ? 'span' : 'ChevronLeftIcon'" aria-hidden="true" :class="prevIcon" v-bind="ptm('previousIcon')" />
|
||||
|
@ -61,6 +62,7 @@
|
|||
:aria-label="nextButtonAriaLabel"
|
||||
@click="onNextButtonClick"
|
||||
v-bind="{ ...nextButtonProps, ...ptm('nextButton') }"
|
||||
data-pc-group-section="navbutton"
|
||||
>
|
||||
<slot name="nexticon">
|
||||
<component :is="nextIcon ? 'span' : 'ChevronRightIcon'" aria-hidden="true" :class="nextIcon" v-bind="ptm('nextIcon')" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue