WetDelButton 删除按钮
基本介绍
删除按钮,WetDelButton
其实就是ElPopconfirm
和ElButton
等组件结合在一起,方便用于各种删除的场景,简化代码。
组件引入:import { ConfirmButton } from '@wetspace/pro-components'
基本使用
属性
继承自element-plus的
ElButton
参数 | 描述 | 类型 | 默许值 |
---|---|---|---|
popconfirmProps | element-plus的ElPopconfirm配置 | PopconfirmProps | - |
messageBoxProps | element-plus的ElMessageBox配置 | ElMessageBoxOptions | - |
isEmphasize | 是否进行二次确认强调 | Boolean | true |
emphasizeType | 二次确认的方式 | 'popconfirm' | 'messagebox' | popconfirm |
方法
继承自element-plus的
ElPopconfirm
的方法