From ce6e907a3dc5788d8738afc21b0ce875cc0667c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E7=A6=85?= Date: Thu, 16 Jul 2020 22:45:57 +0800 Subject: [PATCH] fix container issue of material --- packages/demo/public/assets.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/demo/public/assets.json b/packages/demo/public/assets.json index 5fa6a427d..2f8909c11 100644 --- a/packages/demo/public/assets.json +++ b/packages/demo/public/assets.json @@ -982,7 +982,12 @@ "value": "node" } } - ] + ], + "configure": { + "component": { + "isContainer": true + } + } }, { "componentName": "Calendar", @@ -4706,7 +4711,12 @@ "propType": "func", "description": "预览态模式下渲染的内容\n@param {any} value 根据包裹的组件的 value 类型而决定" } - ] + ], + "configure": { + "component": { + "isContainer": true + } + } }, { "componentName": "Form.Submit", @@ -11449,7 +11459,7 @@ }, { "componentName": "Box", - "title": "@alifd/next", + "title": "弹性布局", "docUrl": "", "screenshot": "", "npm": {