mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #5028 - ConfirmDialog & ConfirmPopup: icon option class pt implementation defect
This commit is contained in:
parent
aa5336fbbd
commit
13323511fb
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
<template v-if="!$slots.message">
|
||||
<slot name="icon">
|
||||
<component v-if="$slots.icon" :is="$slots.icon" :class="cx('icon')" />
|
||||
<span v-else-if="confirmation.icon" :class="cx('icon')" v-bind="ptm('icon')" />
|
||||
<span v-else-if="confirmation.icon" :class="[confirmation.icon, cx('icon')]" v-bind="ptm('icon')" />
|
||||
</slot>
|
||||
<span :class="cx('message')" v-bind="ptm('message')">{{ message }}</span>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue