Update RangeCalendarHeading.vue
This commit is contained in:
parent
1af720b2a8
commit
32991a4132
|
|
@ -14,7 +14,7 @@ const delegatedProps = computed(() => {
|
||||||
const forwardedProps = useForwardProps(delegatedProps)
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
|
||||||
const slots = defineSlots<{
|
const slots = defineSlots<{
|
||||||
default(props: { headingValue: string }): string
|
default(props: { headingValue: string }): any
|
||||||
}>()
|
}>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user