Update TabView.vue
parent
3ef520a793
commit
cbad15003f
|
@ -11,6 +11,7 @@
|
||||||
:aria-label="prevButtonAriaLabel"
|
:aria-label="prevButtonAriaLabel"
|
||||||
@click="onPrevButtonClick"
|
@click="onPrevButtonClick"
|
||||||
v-bind="{ ...previousButtonProps, ...ptm('previousButton') }"
|
v-bind="{ ...previousButtonProps, ...ptm('previousButton') }"
|
||||||
|
data-pc-group-section="navbutton"
|
||||||
>
|
>
|
||||||
<slot name="previcon">
|
<slot name="previcon">
|
||||||
<component :is="prevIcon ? 'span' : 'ChevronLeftIcon'" aria-hidden="true" :class="prevIcon" v-bind="ptm('previousIcon')" />
|
<component :is="prevIcon ? 'span' : 'ChevronLeftIcon'" aria-hidden="true" :class="prevIcon" v-bind="ptm('previousIcon')" />
|
||||||
|
@ -61,6 +62,7 @@
|
||||||
:aria-label="nextButtonAriaLabel"
|
:aria-label="nextButtonAriaLabel"
|
||||||
@click="onNextButtonClick"
|
@click="onNextButtonClick"
|
||||||
v-bind="{ ...nextButtonProps, ...ptm('nextButton') }"
|
v-bind="{ ...nextButtonProps, ...ptm('nextButton') }"
|
||||||
|
data-pc-group-section="navbutton"
|
||||||
>
|
>
|
||||||
<slot name="nexticon">
|
<slot name="nexticon">
|
||||||
<component :is="nextIcon ? 'span' : 'ChevronRightIcon'" aria-hidden="true" :class="nextIcon" v-bind="ptm('nextIcon')" />
|
<component :is="nextIcon ? 'span' : 'ChevronRightIcon'" aria-hidden="true" :class="nextIcon" v-bind="ptm('nextIcon')" />
|
||||||
|
|
Loading…
Reference in New Issue