Update RangeCalendarHeading.vue

This commit is contained in:
matteokocken 2024-07-25 11:09:24 +02:00 committed by GitHub
parent 183da0890d
commit eae0b02570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ const forwardedProps = useForwardProps(delegatedProps)
:class="cn('text-sm font-medium', props.class)" :class="cn('text-sm font-medium', props.class)"
v-bind="forwardedProps" v-bind="forwardedProps"
> >
<slot :heading-value> <slot v-bind:heading-value="headingValue">
{{ headingValue }} {{ headingValue }}
</slot> </slot>
</RangeCalendarHeading> </RangeCalendarHeading>