fix: date-picker default format not correct #3091

pull/3128/head
tangjinzhou 2020-11-03 23:28:08 +08:00
parent a4854084bc
commit e39b43bbc2
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ export default defineComponent({
mixins: [BaseMixin], mixins: [BaseMixin],
inheritAttrs: false, inheritAttrs: false,
props: initDefaultProps(WeekPickerProps, { props: initDefaultProps(WeekPickerProps, {
format: 'gggg-wo',
allowClear: true, allowClear: true,
}), }),
setup() { setup() {