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