Skip to content

Popconfirm 确认框

气泡确认框。

vue
<APopconfirm title="确定删除?" @confirm="handleDelete">
  <AButton type="error">删除</AButton>
</APopconfirm>
属性类型默认值说明
titlestring''提示文字
positiveTextstring'确定'确认文字
negativeTextstring'取消'取消文字

Released under the MIT License.