Fixed #5264 - TabView: previousicon slot doesn't work
parent
1812c9d3f4
commit
843a342024
|
@ -13,7 +13,7 @@
|
|||
v-bind="{ ...previousButtonProps, ...ptm('previousButton') }"
|
||||
data-pc-group-section="navbutton"
|
||||
>
|
||||
<slot name="previcon">
|
||||
<slot name="previousicon">
|
||||
<component :is="prevIcon ? 'span' : 'ChevronLeftIcon'" aria-hidden="true" :class="prevIcon" v-bind="ptm('previousIcon')" />
|
||||
</slot>
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue