From 27eabdcd57aae04e6caafac18764cde0dff95802 Mon Sep 17 00:00:00 2001 From: lihong Date: Tue, 12 Oct 2021 16:04:22 +0800 Subject: [PATCH] lihong67@huawei.com fix Blank atomic attribute. Signed-off-by: lihong Change-Id: I3f6cb9ba4ad571f662752eaf36fdffa7b355fc46 --- 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