Procházet zdrojové kódy

feat:修改暗黑样式

AmandaG před 1 rokem
rodič
revize
4bd14b24ce
1 změnil soubory, kde provedl 0 přidání a 9 odebrání
  1. 0 9
      src/components/DateRange/src/DateRange.vue

+ 0 - 9
src/components/DateRange/src/DateRange.vue

@@ -256,15 +256,6 @@ watch(
     CalendarTitle.value = current
   }
 )
-// const CalendarTitle = computed(() => {
-//   console.log(DateType.value)
-//   if (DateType.value == undefined) {
-//     console.log(111)
-//     return 'Date Range'
-//   } else {
-//     return DateType.value
-//   }
-// })
 // 清除
 const clearrest = () => {
   emit('clearDaterangeTags')