mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 19:02:03 +08:00
fix: 编译报错
This commit is contained in:
@@ -30,7 +30,7 @@ const props = defineProps({
|
||||
}
|
||||
},
|
||||
timeGranularityMultiple: {
|
||||
type: Object as PropType<DatePickType>,
|
||||
type: String as PropType<DatePickType>,
|
||||
default: () => {
|
||||
return 'yearrange'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user