Switch 开关

开关按钮,用于表示开关状态/两种状态之间的切换

引入

import { Switch } from 'mand-mobile-next'

Vue.createApp().component(Switch.name, Switch)

代码演示

API

Switch Props

属性说明类型默认值
v-model打开或者关闭Booleanfalse
disabled是否禁用Booleanfalse

Switch Events

@change(isActive)

事件说明

属性说明类型
isActive开关状态,打开或者关闭Boolean