From a14ad2a6f69b6f7ff4183e34466f13a120b97f2b Mon Sep 17 00:00:00 2001 From: Hazel <52577448+Hazel-Lin@users.noreply.github.com> Date: Thu, 9 Feb 2023 20:52:04 +0800 Subject: [PATCH] Docs(en-US): [DateTimePicker] (#22270) --- examples/docs/en-US/datetime-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docs/en-US/datetime-picker.md b/examples/docs/en-US/datetime-picker.md index ef14e13e..f6914e54 100644 --- a/examples/docs/en-US/datetime-picker.md +++ b/examples/docs/en-US/datetime-picker.md @@ -210,7 +210,7 @@ DateTimePicker is derived from DatePicker and TimePicker. For a more detailed ex | default-time | the default time value after picking a date | non-range: string / range: string[] | non-range: a string like `12:00:00`, range: array of two strings, and the first item is for the start date and second for the end date. `00:00:00` will be used if not specified | — | | value-format | optional, format of binding value. If not specified, the binding value will be a Date object | string | see [date formats](#/en-US/component/date-picker#date-formats) | — | | name | same as `name` in native input | string | — | — | -| unlink-panels | unllink two date-panels in range-picker | boolean | — | false | +| unlink-panels | unlink two date-panels in range-picker | boolean | — | false | | prefix-icon | Custom prefix icon class | string | — | el-icon-date | | clear-icon | Custom clear icon class | string | — | el-icon-circle-close |