diff --git a/src/runtime/components/Calendar.vue b/src/runtime/components/Calendar.vue index 1a9b9444..d89cf0b7 100644 --- a/src/runtime/components/Calendar.vue +++ b/src/runtime/components/Calendar.vue @@ -18,7 +18,7 @@ type CalendarModelValue = ? DateValue[] : DateValue -export interface CalendarProps extends Omit { +export interface CalendarProps extends Omit { /** * The element or component this component should render as. * @defaultValue 'div'