优化重构、更新文档

This commit is contained in:
xuliangzhan
2020-07-12 22:40:07 +08:00
parent 75ffbddfa3
commit e8e5d33c97
163 changed files with 975 additions and 493 deletions

View File

@@ -1019,6 +1019,10 @@
"type": "function",
"description": "只对 type=date|datetime|week|month|year 有效,该方法 Function({date}) 的返回值用来决定该日期是否允许选中"
},
"vxe-input/festival-method": {
"type": "function",
"description": "只对 type=date|datetime|week|month|year 有效,该方法 Function({date}) 用于返回对应日期显示的节日"
},
"vxe-input/transfer": {
"type": "boolean",
"description": "只对 type=date|datetime|week|month|year 有效,是否将弹框容器插入于 body 内(对于嵌入到表格或者弹窗中被遮挡时需要设置为 true"
@@ -1031,6 +1035,10 @@
"type": "string",
"description": "尺寸"
},
"vxe-select/multiple": {
"type": "boolean",
"description": "是否多选"
},
"vxe-select/clearable": {
"type": "boolean",
"description": "当有值时,是否在右侧显示清除按钮"
@@ -1355,6 +1363,14 @@
"type": "any",
"description": "校验规则配置项"
},
"vxe-form/prevent-submit": {
"type": "boolean",
"description": "是否阻止默认提交方式"
},
"vxe-form/valid-config": {
"type": "any",
"description": "检验配置项"
},
"vxe-form-item/field": {
"type": "string",
"description": "字段名"