Popconfirm 确认框
气泡确认框。
vue
<APopconfirm title="确定删除?" @confirm="handleDelete">
<AButton type="error">删除</AButton>
</APopconfirm>| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| title | string | '' | 提示文字 |
| positiveText | string | '确定' | 确认文字 |
| negativeText | string | '取消' | 取消文字 |