Update RangeCalendarHeading.vue
This commit is contained in:
parent
a2cb155607
commit
2340fbf9f7
|
|
@ -12,6 +12,10 @@ const delegatedProps = computed(() => {
|
||||||
})
|
})
|
||||||
|
|
||||||
const forwardedProps = useForwardProps(delegatedProps)
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
|
||||||
|
const slots = defineSlots<{
|
||||||
|
default(props: { headingValue: string }): string
|
||||||
|
}>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user