0.1.2 • Published 7 years ago

optimat-vue-alert-dialog v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

警告对话框

使用方式(Usage)

安装(Install)

npm install optimat-vue-alert-dialog -save

导入(Import)

*.js

import AlertDialog from 'optimat-vue-alert-dialog'

*.vue

<script>
    import AlertDialog from 'optimat-vue-alert-dialog'
</script>

标签(Target)

*vue

<AlertDialog :options="alertDialogOptions"></AlertDialog>

功能(Api)

OptionsTypeDescriptionDefaultResult
titlestring对话框标题""
contentstring对话框内容""
isShowboolean是否显示对话框图层false
showMaskboolean是否显示半透明蒙版false
autoDismissboolean点击对话框外部是否自动隐藏true
onHidefunction对话框隐藏事件undefined
buttonColorstring按钮颜色(HEX)#00AAEE
0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago