1.0.2 • Published 7 years ago

el-switch-dpz v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

el-switch

A el-switch component for Vue.js.

Installation

npm i el-switch -D

Usage

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)

Options

namedescriptiontypedefault

Development

make dev

## test
make test

## build
make build

License

MIT