docs: remove all v2 version tag
This commit is contained in:
@@ -258,7 +258,7 @@ export default {
|
||||
| v-model | Names of all checked checkboxes | _any[]_ | - |
|
||||
| disabled | Whether to disable all checkboxes | _boolean_ | `false` |
|
||||
| max | Maximum amount of checked options | _number \| string_ | `0`(Unlimited) |
|
||||
| direction `v2.5.0` | Direction, can be set to `horizontal` | _string_ | `vertical` |
|
||||
| direction | Direction, can be set to `horizontal` | _string_ | `vertical` |
|
||||
| icon-size | Icon size of all checkboxes | _number \| string_ | `20px` |
|
||||
| checked-color | Checked color of all checkboxes | _string_ | `#1989fa` | - |
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ export default {
|
||||
| v-model | 所有选中项的标识符 | _any[]_ | - |
|
||||
| disabled | 是否禁用所有复选框 | _boolean_ | `false` |
|
||||
| max | 最大可选数,`0`为无限制 | _number \| string_ | `0` |
|
||||
| direction `v2.5.0` | 排列方向,可选值为 `horizontal` | _string_ | `vertical` |
|
||||
| direction | 排列方向,可选值为 `horizontal` | _string_ | `vertical` |
|
||||
| icon-size | 所有复选框的图标大小,默认单位为 `px` | _number \| string_ | `20px` |
|
||||
| checked-color | 所有复选框的选中状态颜色 | _string_ | `#1989fa` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user