diff --git a/compiler/components/column.json b/compiler/components/column.json index 6f6312a..a80092f 100644 --- a/compiler/components/column.json +++ b/compiler/components/column.json @@ -1,4 +1,4 @@ { "name": "Column", - "attrs": ["alignItems"] -} \ No newline at end of file + "attrs": ["alignItems", "justifyContent"] +} diff --git a/compiler/components/row.json b/compiler/components/row.json index 556b560..3e26421 100644 --- a/compiler/components/row.json +++ b/compiler/components/row.json @@ -1,4 +1,4 @@ { "name": "Row", - "attrs": ["alignItems"] -} \ No newline at end of file + "attrs": ["alignItems", "justifyContent"] +}