mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactored ConfirmDialog demos
This commit is contained in:
parent
916a9dfbc9
commit
b9c0574c5a
8 changed files with 239 additions and 69 deletions
|
@ -15,6 +15,7 @@
|
|||
:unstyled="unstyled"
|
||||
>
|
||||
<template v-if="$slots.container" #container="slotProps">
|
||||
sds
|
||||
<slot name="container" :message="confirmation" :onClose="slotProps.onClose" :onAccept="accept" :onReject="reject" />
|
||||
</template>
|
||||
<template v-if="!$slots.container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue