Skip to content
On this page

DialogConfirm 确认弹框

介绍

传一个变量控制弹框的显隐,支持自定义内容

引入

ts
import { HzDialogConfirm } from 'hazel-plus'
import { HzDialogConfirm as HzDialogCustom } from 'hazel-plus'
import { HzDialogConfirm } from 'hazel-plus'
import { HzDialogConfirm as HzDialogCustom } from 'hazel-plus'

代码演示

API

参数

参数说明类型默认值是否必选
isShowTip是否展示弹框booleanfalse
content弹框内容string''
confirmBtn确认按钮string'确认'

事件

事件名说明类型
confirmTip点击默认确认按钮事件() => void

插槽

插槽名说明
default弹框内容

Released under the MIT License.