VSwitch
Switch components that are able to toggle two states
Import
js
import { VSwitch } from 'vui-vc-next'
app.component(VSwitch.name, VSwitch)
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 |