1.0.2 • Published 5 years ago

drwaer v1.0.2

Weekly downloads
81
License
ISC
Repository
gitlab
Last release
5 years ago
参数说明类型默认值是否必传
visible是否显示推屏boolfalse
title标题,不传表示不显示标题string""
loading是否显示loadingboolfalse
hasMasker是否有背景蒙层booltrue
hasMessage是否有警告提示boolfalse
message警告提示标题string""
messageType指定警告提示的样式success error info warningstring"error"
width推屏高度number480
zIndex推屏层级number999
placement"left" 、 "right" 、 "top" 、 "bottom",推出方向,默认右侧string"right"
style其他样式object{}
onClose点击遮罩层或右上角叉叉或按下键盘ESC键的回调func
onOk点击确定按钮的回调func
onCancel点击取消按钮的回调func
cancelText取消文字string"取消"
okText确定文字string"确定"
nodataText无数据提示文字string"暂无数据"