mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4433 - ConfirmDialog
This commit is contained in:
parent
1fce3d50a5
commit
9beab952eb
2 changed files with 9 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
:unstyled="unstyled"
|
||||
>
|
||||
<template v-if="$slots.container" #container="slotProps">
|
||||
<slot name="container" :message="confirmation" :onClose="slotProps.onClose" />
|
||||
<slot name="container" :message="confirmation" :onClose="slotProps.onClose" :onAccept="accept" :onReject="reject" />
|
||||
</template>
|
||||
<template v-if="!$slots.container">
|
||||
<template v-if="!$slots.message">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue