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",
"docUrl": "",
"screenshot": "",
@ -12479,7 +12479,7 @@
]
},
{
"componentName": "Field",
"componentName": "Form.Item",
"title": "表单辅助工具",
"icon": "",
"package": "@alife/next",
@ -12489,7 +12489,7 @@
"title": "表单辅助工具",
"screenshot": "",
"schema": {
"componentName": "Field",
"componentName": "Form.Item",
"props": {}
}
}

View File

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