From d2846eeeb3401616d4b858ae904aa1c4d002781c Mon Sep 17 00:00:00 2001 From: lihong Date: Tue, 12 Oct 2021 16:06:33 +0800 Subject: [PATCH] lihong67@huawei.com fix Blank atomic attribute. Signed-off-by: lihong Change-Id: I35dc013d766a7e6aa4107fe403e4135bbcb2e598 --- compiler/src/component_map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index bef3beff0..9eb781611 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -249,7 +249,7 @@ export const COMPONENT_MAP: any = { }, Blank: { parents: ['Row', 'Column'], - automic: true, + atomic: true, attrs: ['color'] }, RowSplit: { -- Gitee