From 3a567a1978051c42df295e5d6c0c420bb4ee5a0f Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Sat, 9 Jul 2022 16:39:30 +0800 Subject: [PATCH] =?UTF-8?q?GirdCol=E7=BB=84=E4=BB=B6=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao Change-Id: I72667c20707fa95c9a21187469c7b9b04042ac91 --- compiler/components/grid_col.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/components/grid_col.json b/compiler/components/grid_col.json index 710be95..feb1fd3 100644 --- a/compiler/components/grid_col.json +++ b/compiler/components/grid_col.json @@ -2,5 +2,7 @@ "name": "GridCol", "parents": ["GridRow"], "single": true, - "attrs": [] + "attrs": [ + "span", "offset", "order" + ] } \ No newline at end of file