fix container issue of material

This commit is contained in:
金禅 2020-07-16 22:45:57 +08:00
parent fd7f6266a6
commit ce6e907a3d

View File

@ -982,7 +982,12 @@
"value": "node" "value": "node"
} }
} }
] ],
"configure": {
"component": {
"isContainer": true
}
}
}, },
{ {
"componentName": "Calendar", "componentName": "Calendar",
@ -4706,7 +4711,12 @@
"propType": "func", "propType": "func",
"description": "预览态模式下渲染的内容\n@param {any} value 根据包裹的组件的 value 类型而决定" "description": "预览态模式下渲染的内容\n@param {any} value 根据包裹的组件的 value 类型而决定"
} }
] ],
"configure": {
"component": {
"isContainer": true
}
}
}, },
{ {
"componentName": "Form.Submit", "componentName": "Form.Submit",
@ -11449,7 +11459,7 @@
}, },
{ {
"componentName": "Box", "componentName": "Box",
"title": "@alifd/next", "title": "弹性布局",
"docUrl": "", "docUrl": "",
"screenshot": "", "screenshot": "",
"npm": { "npm": {