Skip to content

Commit

Permalink
fix(DatePicker): add missing parentheses to defineSlots (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldxdonald authored Feb 9, 2025
1 parent e6c353a commit b28a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/DatePicker/DatePickerCellTrigger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface DatePickerCellTriggerProps extends CalendarCellTriggerProps {}

<script setup lang="ts">
const props = defineProps<DatePickerCellTriggerProps>()
defineSlots<CalendarCellTriggerSlot>
defineSlots<CalendarCellTriggerSlot>()
</script>

<template>
Expand Down

0 comments on commit b28a48f

Please sign in to comment.