1.0.2 • Published 10 years ago

el-checkbox v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

el-checkbox

A el-checkbox component for Vue.js.

Demo

http://element-component.github.io/el-checkbox

Installation

npm i el-checkbox -D

Usage

import Vue from 'vue'
import ElCheckbox from 'el-checkbox'
import 'element-theme-default/dist/checkbox.css'

Vue.use(ElCheckbox)

or

import Vue from 'vue'
import { ElCheckbox } from 'el-checkbox'

Vue.component('el-checkbox', ElCheckbox)

Options

参数说明类型可选值默认值
model绑定值string[]
value真实值string
label显示值,不填则显示 valuestring
disabled禁用booleantrue, falsefalse

Development

make dev

## test
make test

## build
make build

License

MIT

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago