UNPKG

mand-mobile

Version:

A Vue.js 2.0 Mobile UI Toolkit

34 lines (23 loc) 606 B
--- title: Switch preview: https://didi.github.io/mand-mobile/examples/#/switch --- Switch between two status ### Import ```javascript import { Switch } from 'mand-mobile' Vue.component(Switch.name, Switch) ``` ### Code Examples <!-- DEMO --> ### API #### Switch Props | Props | Description | Type | Default | |----|-----|------|------| |v-model| Whether it is on or off |Boolean|`false`| |disabled| Whether it is disabled or not |Boolean|`false`| #### Switch Instance Events ##### @change(isActive) | Props | Description | Type | |----|-----|------| |isActive| Whether it is on or off |Boolean|