fix: date-picker default format not correct #3091
parent
a4854084bc
commit
e39b43bbc2
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue