chore: remove unrequired type
This commit is contained in:
@ -79,7 +79,7 @@ const flatPickerConfig = computed(() => ({
|
||||
},
|
||||
}))
|
||||
|
||||
const dateRange = ref<string>('')
|
||||
const dateRange = ref('')
|
||||
|
||||
watch(
|
||||
() => dateRange.value,
|
||||
|
Reference in New Issue
Block a user