From 69e4254f903790fd3fa8d5b11a851df4fc232521 Mon Sep 17 00:00:00 2001 From: xuzhidan Date: Fri, 29 Apr 2022 14:52:48 +0800 Subject: [PATCH] add autoHide interface to SideBarContainer. Signed-off-by: xuzhidan Change-Id: If7fdf4aefe50ffb2e7a2109d4804092a5cfaca17 --- compiler/components/sideBar_container.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/components/sideBar_container.json b/compiler/components/sideBar_container.json index a870c0d..e26cdd9 100644 --- a/compiler/components/sideBar_container.json +++ b/compiler/components/sideBar_container.json @@ -1,6 +1,6 @@ { "name": "SideBarContainer", "attrs": [ - "showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "minSideBarWidth", "maxSideBarWidth" + "showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "minSideBarWidth", "maxSideBarWidth", "autoHide" ] - } \ No newline at end of file + }