developtools_ace_ets2bundle/compiler/components/grid_col.json
kangchongtao 3a567a1978 GirdCol组件新增属性
Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: I72667c20707fa95c9a21187469c7b9b04042ac91
2022-07-09 16:39:30 +08:00

8 lines
129 B
JSON

{
"name": "GridCol",
"parents": ["GridRow"],
"single": true,
"attrs": [
"span", "offset", "order"
]
}