From 6fed96859bff609315991906e48759627741d899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=A5=E5=B8=8C?= Date: Tue, 4 Aug 2020 01:49:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Collapse=20render=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/demo/public/assets.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/demo/public/assets.json b/packages/demo/public/assets.json index b642485ca..16b33e59f 100644 --- a/packages/demo/public/assets.json +++ b/packages/demo/public/assets.json @@ -12904,7 +12904,15 @@ "componentName": "Collapse", "props": { "prefix": "next-" - } + }, + "children": [{ + "componentName": "Panel", + "props": { + "prefix": "next-", + "isExpanded": true, + "title": "面板标题" + } + }] } } ]