VDatePickerHeader API 
属性 
| 名称 | 类型 | 默认值 | 
|---|---|---|
| append-icon | ||
| Creates a v-icon component after default content in the append slot. | ||
| 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 . | ||
| header | ||
| MISSING DESCRIPTION (edit in github ) | ||
| transition | ||
| MISSING DESCRIPTION (edit in github ) | ||
事件 
| 名称 | 类型 | 
|---|---|
| click | |
| Event that is emitted when the component is clicked. | |
| click:append | |
| Emitted when appended icon is clicked. | |
插槽 
| append | 
| Adds an item inside the input and after input content. | 
| default | 
| The default Vue slot. | 
| prepend | 
| Adds an item outside the input and before input content. |