Update RangeCalendarHeading.vue

This commit is contained in:
Yusuf Özdemir 2024-12-27 15:35:12 +03:00 committed by GitHub
parent a2cb155607
commit 2340fbf9f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,10 @@ const delegatedProps = computed(() => {
})
const forwardedProps = useForwardProps(delegatedProps)
const slots = defineSlots<{
default(props: { headingValue: string }): string
}>()
</script>
<template>