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