fix(stack): some exampleProperties fields are empty

This commit is contained in:
Bowen Tan 2022-07-07 11:04:54 +08:00
parent 7becca2c34
commit 9c2e751862

View File

@ -81,8 +81,8 @@ export default implementRuntimeComponent({
spacing: 12,
direction: 'horizontal',
align: 'auto',
wrap: '',
justify: '',
wrap: false,
justify: 'flex-start',
},
annotations: {
category: 'Layout',