From 064161f701f31b55a66c02a72c12fd8888eece78 Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Wed, 23 Feb 2022 19:53:23 +0800 Subject: [PATCH] modify sidebar according comment Signed-off-by: yaoyuchi --- compiler/components/sideBar_container.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/sideBar_container.json b/compiler/components/sideBar_container.json index 28e4e0f..cad5291 100644 --- a/compiler/components/sideBar_container.json +++ b/compiler/components/sideBar_container.json @@ -1,6 +1,6 @@ { "name": "SideBarContainer", "attrs": [ - "showControlButton", "onChange", "sideBarWidth", "maxSideBarWidth", "maxSideBarWidth" + "showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "maxSideBarWidth", "maxSideBarWidth" ] } \ No newline at end of file