From 7ccb618cf5ff3e69f57320763b4a64e200c0ce5d Mon Sep 17 00:00:00 2001 From: xiexiyun Date: Tue, 19 Jul 2022 11:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sliding=20panel=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E5=9B=9E=E8=B0=83=E4=BB=A5=E5=8F=8A=E5=8F=AF=E9=80=89?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=92=99=E5=B1=82=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiexiyun Change-Id: If5899b95f199ccc7efa8d67c4613fd73503d3e52 --- compiler/components/panel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/components/panel.json b/compiler/components/panel.json index 636ee17..163599f 100644 --- a/compiler/components/panel.json +++ b/compiler/components/panel.json @@ -1,7 +1,7 @@ { "name": "Panel", "attrs": [ - "type", "mode", "dragBar", "fullHeight", - "halfHeight", "miniHeight", "show", "onChange" + "type", "mode", "dragBar", "fullHeight", "backgroundMask", + "halfHeight", "miniHeight", "show", "onChange", "onHeightChange" ] } \ No newline at end of file