mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3885 - For ConfirmDialog
This commit is contained in:
parent
2b40ff3dd2
commit
1e11997896
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
:closeOnEscape="closeOnEscape"
|
||||
:draggable="draggable"
|
||||
@update:visible="onHide"
|
||||
:pt="{ root: ptm('root'), header: ptm('header'), headerTitle: ptm('headerTitle'), closeButton: ptm('closeButton'), closeIcon: ptm('closeIcon'), content: ptm('content'), footer: ptm('footer') }"
|
||||
:pt="pt"
|
||||
>
|
||||
<template v-if="!$slots.message">
|
||||
<slot name="icon" class="p-confirm-dialog-icon">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue