VDatePickerMonth API
属性
名称 | 类型 | 默认值 |
---|---|---|
allowed-dates | ||
MISSING DESCRIPTION (edit in github ) | ||
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. | ||
disabled | ||
Removes the ability to click or target the component. | ||
display-value | ||
The value that determines the month to show. This is different from modelValue, which determines the selected value. | ||
hide-weekdays | ||
Hide the days of the week letters. | ||
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. | ||
month | ||
The current month number to show | ||
multiple | ||
MISSING DESCRIPTION (edit in github ) | ||
reverse-transition | ||
The transition used when changing months into the past | ||
show-adjacent-months | ||
MISSING DESCRIPTION (edit in github ) | ||
show-week | ||
MISSING DESCRIPTION (edit in github ) | ||
transition | ||
The transition used when changing months into the future | ||
weekdays | ||
An array of weekdays to display. | ||
weeks-in-month | ||
A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks. | ||
year | ||
The current year number to show |
事件
名称 | 类型 |
---|---|
update:modelValue | |
Event that is emitted when the component’s model changes. | |
update:month | |
MISSING DESCRIPTION (edit in github ) | |
update:year | |
MISSING DESCRIPTION (edit in github ) |
插槽
day |
MISSING DESCRIPTION (edit in github ) |