diff --git a/src/components/DatePicker.vue b/src/components/DatePicker.vue index df4e8cd..04c5044 100755 --- a/src/components/DatePicker.vue +++ b/src/components/DatePicker.vue @@ -27,7 +27,7 @@ const customShortcuts = () => { return [new Date(date.setFullYear(date.getFullYear() - 1)), new Date()]; }, }, - + ]; }; watch(dateValue, (newValue) => { @@ -37,22 +37,12 @@ watch(dateValue, (newValue) => {