Alert
Props
参数
说明
类型
默认值
button-text
可选,按钮文字
String
OK
默认slot
可选,提示消息内容
DOM
无
title
必选,提示标题
String
无
show
必选,是否显示,双向绑定
Boolean
false
on-show
显示时事件
事件
无
on-hide
关闭时事件
事件
无
Demo
默认按钮文字
``` vux height=200 components=Alert,Group,Switch
中大奖了!99999元只要转4000元手续费
export default { data () { return { show: true } } } ```
Last updated