mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
3339f1f194
commit
c7f2bf5383
4 changed files with 26 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
@update:visible="onHide"
|
||||
>
|
||||
<template v-if="!$slots.message">
|
||||
<slot name="icon">
|
||||
<slot name="icon" class="p-confirm-dialog-icon">
|
||||
<component v-if="$slots.icon" :is="$slots.icon" class="p-confirm-dialog-icon" />
|
||||
<span v-else-if="confirmation.icon" :class="iconClass" />
|
||||
</slot>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue