update schema

This commit is contained in:
金禅 2020-07-16 21:39:08 +08:00
parent 439d4551b2
commit fd7f6266a6
2 changed files with 4 additions and 4 deletions

View File

@ -4802,7 +4802,7 @@
] ]
}, },
{ {
"componentName": "From.Error", "componentName": "Form.Error",
"title": "@alifd/next", "title": "@alifd/next",
"docUrl": "", "docUrl": "",
"screenshot": "", "screenshot": "",
@ -12479,7 +12479,7 @@
] ]
}, },
{ {
"componentName": "Field", "componentName": "Form.Item",
"title": "表单辅助工具", "title": "表单辅助工具",
"icon": "", "icon": "",
"package": "@alife/next", "package": "@alife/next",
@ -12489,7 +12489,7 @@
"title": "表单辅助工具", "title": "表单辅助工具",
"screenshot": "", "screenshot": "",
"schema": { "schema": {
"componentName": "Field", "componentName": "Form.Item",
"props": {} "props": {}
} }
} }

View File

@ -49,7 +49,7 @@
"initValue": "李雷" "initValue": "李雷"
}, },
"children": [{ "children": [{
"componentName": "From.Input", "componentName": "Input",
"props": { "props": {
"placeholder": "请输入", "placeholder": "请输入",
"size": "medium", "size": "medium",