A el-switch component for Vue.js.
npm i el-switch -D
import Vue from 'vue'
import ElSwitch from 'el-switch'
import 'element-theme-default'
Vue.use(ElSwitch)
or
import Vue from 'vue'
import { ElSwitch } from 'el-switch'
Vue.component('el-switch', ElSwitch)
name | description | type | default |
---|---|---|---|
make dev
## test
make test
## build
make build