Update CalendarHeading.vue

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

View File

@ -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>