VLayoutItem API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| absolute | ||
| Applies position: absolute to the component. | ||
| model-value | ||
| The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
| name | ||
| Assign a specific name for layout registration. | ||
| order | ||
| Adjust the order of the component in relation to its registration order. | ||
| position | ||
| MISSING DESCRIPTION (edit in github ) | ||
| size | ||
| Sets the height and width of the component. | ||
插槽
| default |
| The default Vue slot. |