This commit is contained in:
Yusuf Özdemir 2024-12-27 12:49:23 +00:00 committed by GitHub
commit a886ac1403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

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

View File

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