mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
data-pc-section updates
This commit is contained in:
parent
af8b22e4c9
commit
f70147abd9
6 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
<IPButton v-if="closable" :aria-label="closeAriaLabel" @click="close" :unstyled="unstyled" :pt="ptm('closeButton')" v-bind="closeButtonProps">
|
||||
<template #icon>
|
||||
<slot name="closeicon">
|
||||
<component :is="closeIcon ? 'span' : 'TimesIcon'" :class="closeIcon" v-bind="ptm('closeButton')['icon']"></component>
|
||||
<component :is="closeIcon ? 'span' : 'TimesIcon'" :class="closeIcon" v-bind="ptm('closeButton')['icon']" data-pc-section="closebuttonicon"></component>
|
||||
</slot>
|
||||
</template>
|
||||
</IPButton>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue