From 6a7187c98a44987c2722221a9fb26ff3911a9a41 Mon Sep 17 00:00:00 2001 From: puyajun Date: Wed, 16 Feb 2022 14:19:32 +0800 Subject: [PATCH] puyajun@huawei.com fix tab_content only have one compont Signed-off-by: puyajun Change-Id: I08fabde4148bdbb296e15b6e11817e79b85f5a00 --- compiler/components/tab_content.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/components/tab_content.json b/compiler/components/tab_content.json index e0beff0..5592200 100644 --- a/compiler/components/tab_content.json +++ b/compiler/components/tab_content.json @@ -1,5 +1,6 @@ { "name": "TabContent", "parents": ["Tabs"], - "attrs": ["tabBar"] + "attrs": ["tabBar"], + "single": true } \ No newline at end of file