Jelajahi Sumber

feat:修改today无法点击的问题

AmandaG 8 bulan lalu
induk
melakukan
051a00a12d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/DateRange/src/components/CalendarDate.vue

+ 1 - 1
src/components/DateRange/src/components/CalendarDate.vue

@@ -23,7 +23,7 @@ const props = defineProps({
     default: false
   }
 })
-const ETDDate = ref()
+const ETDDate = ref([])
 watch(
   () => props.Date,
   (current: any) => {