mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
fix: 编译报错
This commit is contained in:
parent
cf6d0e374d
commit
2cac54a991
@ -39,9 +39,9 @@ const props = defineProps({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
timeGranularityMultiple: {
|
timeGranularityMultiple: {
|
||||||
type: Object as PropType<DatePickType>,
|
type: String as PropType<DatePickType>,
|
||||||
default: () => {
|
default: () => {
|
||||||
return { type: 'yearrange' } as PropType<DatePickType>
|
return 'yearrange'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user