The change event is base on el-checkbox (#5631)

This commit is contained in:
leezng 2017-07-20 14:30:56 +08:00 committed by baiyaaaaa
parent 3cf5fd94c6
commit 6f724ea6a3
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ Checkbox with button styles.
| min | minimum number of checkbox checked | number | — | — |
| max | maximum number of checkbox checked | number | — | — |
### Checkbox-group Events
### Checkbox Events
| Event Name | Description | Parameters |
|---------- |-------- |---------- |
| change | triggers when the binding value changes | Event object |

View File

@ -254,7 +254,7 @@
| min | 可被勾选的 checkbox 的最小数量 | number | — | — |
| max | 可被勾选的 checkbox 的最大数量 | number | — | — |
### Checkbox-group Events
### Checkbox Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| change | 当绑定值变化时触发的事件 | event 事件对象 |