VTimePickerClock API
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| allowed-values | ||
| MISSING DESCRIPTION | ||
| ampm | ||
| MISSING DESCRIPTION | ||
| 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. | ||
| displayed-value | ||
| MISSING DESCRIPTION | ||
| double | ||
| MISSING DESCRIPTION | ||
| format | ||
| MISSING DESCRIPTION | ||
| max | ||
| MISSING DESCRIPTION | ||
| min | ||
| MISSING DESCRIPTION | ||
| model-value | ||
| The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
| readonly | ||
| MISSING DESCRIPTION | ||
| rotate | ||
| MISSING DESCRIPTION | ||
| scrollable | ||
| MISSING DESCRIPTION | ||
| step | ||
| MISSING DESCRIPTION | ||
事件
| 名称 | 类型 |
|---|---|
| change | |
| MISSING DESCRIPTION | |
| input | |
| The updated bound model. | |
插槽
| default |
| The default Vue slot. |