File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ cover: https://gw.alipayobjects.com/zos/alicdn/RT_USzA48/DatePicker.svg
119
119
120
120
| 参数 | 说明 | 类型 | 默认值 | 版本 |
121
121
| --- | --- | --- | --- | --- |
122
- | defaultPickerValue | 默认面板日期 | [ dayjs] ( https://day.js.org/ )] | - | |
122
+ | defaultPickerValue | 默认面板日期 | [ dayjs] ( https://day.js.org/ ) | - | |
123
123
| disabledTime | 不可选择的时间 | function(date) | - | |
124
124
| format | 设置日期格式,为数组时支持多格式匹配,展示以第一个为准。配置参考 [ dayjs] ( https://day.js.org/docs/zh-CN/display/format ) ,支持[ 自定义格式] ( #components-date-picker-demo-format ) | string \| (value: dayjs) => string \| (string \| (value: dayjs) => string)\[ ] | ` YYYY-MM-DD ` | |
125
125
| renderExtraFooter | 在面板中添加额外的页脚 | v-slot: renderExtraFooter ="mode" | - | |
126
126
| showNow | 当设定了 ` showTime ` 的时候,面板是否显示“此刻”按钮 | boolean | - | |
127
127
| showTime | 增加时间选择功能 | Object \| boolean | [ TimePicker Options] ( /components/time-picker/#API ) | |
128
- | showTime.defaultValue | 设置用户选择日期时默认的时分秒,[ 例子] ( #components-date-picker-demo-disabled-date ) | [ dayjs] ( https://day.js.org/ )] | dayjs() | |
128
+ | showTime.defaultValue | 设置用户选择日期时默认的时分秒,[ 例子] ( #components-date-picker-demo-disabled-date ) | [ dayjs] ( https://day.js.org/ ) | dayjs() | |
129
129
| showToday | 是否展示“今天”按钮 | boolean | true | |
130
- | value(v-model) | 日期 | [ dayjs] ( https://day.js.org/ )] | - | |
130
+ | value(v-model) | 日期 | [ dayjs] ( https://day.js.org/ ) | - | |
131
131
132
132
### DatePicker 事件
133
133
You can’t perform that action at this time.
0 commit comments