drwaer

| 参数 | 说明 | 类型 | 默认值 | 是否必传 | | ---|---|---|---|--- | visible |是否显示推屏 |bool|false|是| | title | 标题,不传表示不显示标题 |string|""|否| | loading | 是否显示loading |bool|false|否| | hasMasker |是否有背景蒙层 |bool|true|否| | hasMessage | 是否有警告提示|bool|false|否| | message | 警告提示标题|str

Usage no npm install needed!

<script type="module">
  import drwaer from 'https://cdn.skypack.dev/drwaer';
</script>

README

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