VLayoutItem API
Props
name | type | default |
|---|---|---|
boolean
| false | |
Applies position: absolute to the component. | ||
boolean
| false | |
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
string
| undefined | |
Assign a specific name for layout registration. | ||
string | number | 0 | |
Adjust the order of the component in relation to its registration order. | ||
'top' | 'left' | 'right' | 'bottom' | undefined | |
The position of the item. | ||
string | number | 300 | |
Sets the height and width of the component. | ||
Slots
The default Vue slot. | ||