From c38a297477da8706b944d2366a6e100c689e200b Mon Sep 17 00:00:00 2001 From: puyajun Date: Tue, 15 Feb 2022 10:57:39 +0800 Subject: [PATCH] puyajun@huawei.com fix button a single Signed-off-by: puyajun Change-Id: I598c817aaf58669c7f6321adb36871272e4d9cdd --- compiler/components/button.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/components/button.json b/compiler/components/button.json index 385a0d9..545d255 100644 --- a/compiler/components/button.json +++ b/compiler/components/button.json @@ -1,4 +1,5 @@ { "name": "Button", + "single": true, "attrs": ["type", "stateEffect", "fontColor", "fontSize", "fontWeight", "fontStyle", "fontFamily"] } \ No newline at end of file