From 9448d94e99e0cc23049614309160ecce0be4603b Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 31 May 2024 14:49:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20editor=20props=20sidebar=20=E4=BE=8B?= =?UTF-8?q?=E5=AD=90=E4=B8=AD=E5=B0=91=E4=BA=86]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/editor/props.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/editor/props.md b/docs/api/editor/props.md index eb625989..6546072e 100644 --- a/docs/api/editor/props.md +++ b/docs/api/editor/props.md @@ -195,6 +195,7 @@ const sidebar = ref({ component: markRaw(ModListPanel), text: '模块', }, + ], });