mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Rename minimum/maximum to min/max, type to Number
This commit is contained in:
@@ -73,8 +73,8 @@ describe('Checkbox', () => {
|
||||
template: `
|
||||
<el-checkbox-group
|
||||
v-model="checkList"
|
||||
minimum="1"
|
||||
maximum="2"
|
||||
:min="1"
|
||||
:max="2"
|
||||
>
|
||||
<el-checkbox label="a" ref="a"></el-checkbox>
|
||||
<el-checkbox label="b" ref="b"></el-checkbox>
|
||||
|
||||
Reference in New Issue
Block a user