You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| placeholder | Display when there's no value | string \|\[string, string]|`Select a time`||
33
+
| placement | The position where the selection box pops up |`bottomLeft``bottomRight``topLeft``topRight`| bottomLeft ||
35
34
| popupClassName | The className of panel | string | - ||
36
35
| popupStyle | The style of panel | CSSProperties | - ||
37
36
| renderExtraFooter | Called from time picker panel to render some addon to its bottom | v-slot:renderExtraFooter| - ||
@@ -42,6 +41,16 @@ By clicking the input box, you can select a time from a popup panel.
42
41
| value(v-model) | To set time |[dayjs](https://day.js.org/)| - ||
43
42
| valueFormat | optional, format of binding value. If not specified, the binding value will be a Date object | string,[date formats](https://day.js.org/docs/en/display/format)| - ||
0 commit comments