Switch
Switch between two status
Import
import { Switch } from 'mand-mobile-next'
Vue.createApp().component(Switch.name, Switch)
Code Examples
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 |