data-pc-section updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-06 10:13:22 +03:00
parent af8b22e4c9
commit f70147abd9
6 changed files with 13 additions and 13 deletions

View file

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