GirdCol组件新增属性

Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: I72667c20707fa95c9a21187469c7b9b04042ac91
This commit is contained in:
kangchongtao 2022-07-09 16:39:30 +08:00
parent 57f9e1db51
commit 3a567a1978

View File

@ -2,5 +2,7 @@
"name": "GridCol",
"parents": ["GridRow"],
"single": true,
"attrs": []
"attrs": [
"span", "offset", "order"
]
}