Refactor #3832 Refactor #3833 - For Calendar

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-18 15:03:17 +03:00
parent e1feeef23a
commit 0eb2981c04
3 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@
:aria-controls="panelId"
>
<template #icon>
<slot name="triggericon">
<slot name="dropdownicon">
<component :is="icon ? 'span' : 'CalendarIcon'" :class="icon" />
</slot>
</template>