Merge 32991a4132 into 3eaef4a748
This commit is contained in:
commit
a886ac1403
|
|
@ -12,6 +12,10 @@ const delegatedProps = computed(() => {
|
|||
})
|
||||
|
||||
const forwardedProps = useForwardProps(delegatedProps)
|
||||
|
||||
const slots = defineSlots<{
|
||||
default(props: { headingValue: string }): any
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ const delegatedProps = computed(() => {
|
|||
})
|
||||
|
||||
const forwardedProps = useForwardProps(delegatedProps)
|
||||
|
||||
const slots = defineSlots<{
|
||||
default(props: { headingValue: string }): any
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user