Update CalendarHeading.vue
This commit is contained in:
parent
3eaef4a748
commit
a2cb155607
|
|
@ -12,6 +12,10 @@ const delegatedProps = computed(() => {
|
|||
})
|
||||
|
||||
const forwardedProps = useForwardProps(delegatedProps)
|
||||
|
||||
const slots = defineSlots<{
|
||||
default(props: { headingValue: string }): string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user