forked from github/dataease
fix: 编译报错
This commit is contained in:
parent
cf6d0e374d
commit
2cac54a991
@ -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