diff --git a/src/components/date/datepickerWithRange.vue b/src/components/date/datepickerWithRange.vue index 644840175..da352a58a 100644 --- a/src/components/date/datepickerWithRange.vue +++ b/src/components/date/datepickerWithRange.vue @@ -1,37 +1,46 @@ @@ -61,6 +70,7 @@ const flatPickerConfig = computed(() => ({ }, })) +const showPopup = ref(false) const dateRange = ref('') watch( @@ -189,6 +199,11 @@ const customRangeActive = computed(() => { \ No newline at end of file