Fixed #5264 - TabView: previousicon slot doesn't work

pull/5300/head
tugcekucukoglu 2024-02-16 16:04:38 +03:00
parent 1812c9d3f4
commit 843a342024
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
v-bind="{ ...previousButtonProps, ...ptm('previousButton') }" v-bind="{ ...previousButtonProps, ...ptm('previousButton') }"
data-pc-group-section="navbutton" 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')" /> <component :is="prevIcon ? 'span' : 'ChevronLeftIcon'" aria-hidden="true" :class="prevIcon" v-bind="ptm('previousIcon')" />
</slot> </slot>
</button> </button>