Fixed #4370 - Calendar: dropdownicon class not being exposed

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-06 09:59:31 +03:00
parent bf62860c9f
commit 86695ce89c
2 changed files with 12 additions and 6 deletions

View file

@ -42,7 +42,7 @@
data-pc-section="dropdownbutton"
>
<template #icon>
<slot name="dropdownicon">
<slot name="dropdownicon" :class="icon">
<component :is="icon ? 'span' : 'CalendarIcon'" :class="icon" v-bind="ptm('dropdownButton')['icon']" data-pc-section="icon" />
</slot>
</template>