naive-ui/demo/documentation/components/popconfirm/zhCN/index.demo-entry.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

506 B

弹出确认 Popconfirm

一个确认,弹出来的。

演示

basic
custom-action
custom-icon
event
no-icon

Props

名称 类型 默认值 说明
negative-text string '取消'
positive-text string '确认'
show-icon boolean true

更多 props 请参考 Popover.

Events

名称 参数 说明
positive-click ()
negative-click ()

Slots

名称 参数 说明
icon ()
action ()
default ()