From 39c4e7aa128b7e3cd067bd461a061c5b4031a59b Mon Sep 17 00:00:00 2001 From: wangzezhen Date: Fri, 8 Jul 2022 10:35:08 +0800 Subject: [PATCH] add barPosition Signed-off-by: wangzezhen Change-Id: I6a844a55faa53fdef261a0047eff2c72571d7555 --- compiler/components/tabs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/tabs.json b/compiler/components/tabs.json index 6836949..8a643b0 100644 --- a/compiler/components/tabs.json +++ b/compiler/components/tabs.json @@ -3,6 +3,6 @@ "children": ["TabContent"], "attrs": [ "vertical", "scrollable", "barMode", "barWidth", "barHeight", "animationDuration", - "onChange" + "onChange", "barPosition" ] } \ No newline at end of file