Skip to content

Switch 开关

switch

规则

js
{
    type: 'switch',
    title: '开关',
    field: 'switch',
    value: 1,
    props: {
        activeValue:1,
        inactiveValue:0
    }
}

参考:Vant_Switch

value :Number | String | Boolean

Props

参数说明类型默认值
loading是否为加载状态booleanfalse
disabled是否为禁用状态booleanfalse
size开关按钮的尺寸,默认单位为 pxnumber | string26px
active-color打开时的背景色string#1989fa
inactive-color关闭时的背景色stringrgba(120, 120, 128, 0.16)
active-value打开时对应的值anytrue
inactive-value关闭时对应的值anyfalse

Events

事件名说明回调参数
change开关状态切换时触发value: any
click点击时触发event: MouseEvent

FormCreate 是一个开源项目,基于 MIT 许可证发布,欢迎个人和企业用户免费使用