mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
489 B
489 B
Popconfirm
A confirm, poped.
Demos
basic
custom-action
custom-icon
event
no-icon
Props
Name | Type | Default | Description |
---|---|---|---|
negative-text | string |
'Cancel' |
|
positive-text | string |
'Confirm' |
|
show-icon | boolean |
true |
For more props, see popover.
Events
Name | Parameters | Description |
---|---|---|
positive-click | () |
|
negative-click | () |
Slots
Name | Parameters | Description |
---|---|---|
icon | () |
|
action | () |
|
default | () |