mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
update ts.d
This commit is contained in:
@@ -1172,7 +1172,7 @@
|
||||
"description": "是否禁用"
|
||||
},
|
||||
"vxe-checkbox/model-value": {
|
||||
"type": "any",
|
||||
"type": "string | number | boolean",
|
||||
"description": "v-model 绑定值"
|
||||
},
|
||||
"vxe-checkbox/label": {
|
||||
@@ -1199,6 +1199,14 @@
|
||||
"type": "boolean",
|
||||
"description": "是否不确定状态"
|
||||
},
|
||||
"vxe-checkbox/checked-value": {
|
||||
"type": "string | number | boolean",
|
||||
"description": "选中时的值"
|
||||
},
|
||||
"vxe-checkbox/unchecked-value": {
|
||||
"type": "string | number | boolean",
|
||||
"description": "未选中时的值"
|
||||
},
|
||||
"vxe-checkbox-group/model-value": {
|
||||
"type": "any[]",
|
||||
"description": "v-model 绑定值"
|
||||
|
||||
@@ -371,7 +371,9 @@
|
||||
"size",
|
||||
"disabled",
|
||||
"title",
|
||||
"indeterminate"
|
||||
"indeterminate",
|
||||
"checked-value",
|
||||
"unchecked-value"
|
||||
],
|
||||
"description": "复选框"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user