UNPKG

@zhangqingcq/plug-r-qw

Version:

A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.

16 lines (8 loc) 979 B
## swalConfirm 对话框,支持不同类型提示,支持确认按钮回调,支持按钮配置,挂在 vue 原型上,组件内使用 this 调用,相对于 swal 达到同样效果时用法更简洁;为了和$swal风格一致,它在vue原型下叫$swalConfirm,单独引用时,也推荐使用$swalConfirm 来命名它 ### 参数 - title 字符串,对话框的 title,没有的话传`''`,和 swal 不同,传 null 可以触发默认值,swal 的该参数没有默认值 - text 字符串/DOM node,提示框内容,没有时传`''`,和 swal 不同,传 null 可以触发默认值,swal 的该参数没有默认值 - icon 字符串,可选值:`'success','error','warning','info'`,传''不展示图标,和 swal 不同,传 null 可以触发默认值(warning),swal 的该参数没有默认值 - onOk Function,必填,确定按钮被点击时的回调 - closeOnClickOutside 布尔值,非必填,默认值:`false`