mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5437 - For ConfirmDialog/ConfirmPopup
This commit is contained in:
parent
11b48d6002
commit
d31a423153
7 changed files with 70 additions and 81 deletions
|
@ -14,20 +14,6 @@ export default {
|
|||
draggable: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
rejectButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return {
|
||||
text: true
|
||||
};
|
||||
}
|
||||
},
|
||||
acceptButtonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return {};
|
||||
}
|
||||
}
|
||||
},
|
||||
style: ConfirmDialogStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue