VDatePickerMonths API
属性
名称 | 类型 | 默认值 |
---|---|---|
color | ||
Applies specified color to the control - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page. | ||
height | ||
Sets the height for the component. | ||
max | ||
MISSING DESCRIPTION (edit in github ) | ||
min | ||
MISSING DESCRIPTION (edit in github ) | ||
model-value | ||
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
year | ||
MISSING DESCRIPTION (edit in github ) |
事件
名称 | 类型 |
---|---|
update:modelValue | |
Event that is emitted when the component’s model changes. |
插槽
month |
MISSING DESCRIPTION (edit in github ) |