2020-02-04 15:29:15 +08:00
|
|
|
# 弹出确认 Popconfirm
|
2020-01-31 22:36:22 +08:00
|
|
|
一个确认,弹出来的。
|
2020-02-04 14:34:56 +08:00
|
|
|
## 演示
|
2019-12-23 16:31:26 +08:00
|
|
|
```demo
|
|
|
|
basic
|
|
|
|
custom-action
|
|
|
|
custom-icon
|
|
|
|
event
|
|
|
|
no-icon
|
2020-01-31 22:36:22 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Props
|
2020-02-07 23:40:07 +08:00
|
|
|
|名称|类型|默认值|说明|
|
2020-01-31 22:36:22 +08:00
|
|
|
|-|-|-|-|
|
|
|
|
|negative-text|`string`|`'取消'`||
|
|
|
|
|positive-text|`string`|`'确认'`||
|
|
|
|
|show-icon|`boolean`|`true`||
|
|
|
|
|
|
|
|
更多 props 请参考 [Popover](n-popover#Props).
|
|
|
|
|
|
|
|
## Events
|
2020-02-07 23:40:07 +08:00
|
|
|
|名称|参数|说明|
|
2020-01-31 22:36:22 +08:00
|
|
|
|-|-|-|
|
|
|
|
|positive-click|`()`||
|
|
|
|
|negative-click|`()`||
|
|
|
|
|
|
|
|
## Slots
|
2020-02-07 23:40:07 +08:00
|
|
|
|名称|参数|说明|
|
2020-01-31 22:36:22 +08:00
|
|
|
|-|-|-|
|
|
|
|
|icon|`()`||
|
|
|
|
|action|`()`||
|
|
|
|
|default|`()`||
|