VLayout API 
组件页面 
属性 
| 名称 | 类型 | 默认值 | 
|---|---|---|
| full-height | ||
| Sets the component height to 100%. | ||
| height | ||
| Sets the height for the component. | ||
| max-height | ||
| Sets the maximum height for the component. | ||
| max-width | ||
| Sets the maximum width for the component. | ||
| min-height | ||
| Sets the minimum height for the component. | ||
| min-width | ||
| Sets the minimum width for the component. | ||
| width | ||
| Sets the width for the component. | ||
插槽 
| default | 
| The default Vue slot. | 
可用属性 
| getLayoutItem | 
| Function that returns position and size information about a specific layout item. | 
| items | 
| A array of all registered layout items. |