commit
3b7a36d920
@ -30,9 +30,9 @@ const props = defineProps({
|
||||
}
|
||||
},
|
||||
timeGranularityMultiple: {
|
||||
type: Object as PropType<DatePickType>,
|
||||
type: String as PropType<DatePickType>,
|
||||
default: () => {
|
||||
return { type: 'yearrange' } as PropType<DatePickType>
|
||||
return 'yearrange'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@ -39,9 +39,9 @@ const props = defineProps({
|
||||
}
|
||||
},
|
||||
timeGranularityMultiple: {
|
||||
type: Object as PropType<DatePickType>,
|
||||
type: String as PropType<DatePickType>,
|
||||
default: () => {
|
||||
return { type: 'yearrange' } as PropType<DatePickType>
|
||||
return 'yearrange'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user