Skip to content

Latest commit

 

History

History
 
 

switch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
title preview
Switch 开关

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

引入

import { Switch } from 'mand-mobile'

Vue.component(Switch.name, Switch)

代码演示

API

Switch Props

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

Switch Events

@change(isActive)

事件说明

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