From 1a2b1eefaf2716232a9c82b3a443cee02bc6f868 Mon Sep 17 00:00:00 2001 From: linhuizi <529246402@qq.com> Date: Mon, 21 Nov 2022 18:23:50 +0800 Subject: [PATCH] docs(en-US): [DateTimePicker] --- 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 ef14e13eee..f6914e54b4 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 |