From 9478fc076846d4a7fef13e63bdc274cd8d161063 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 26 Nov 2024 13:12:11 +0100 Subject: [PATCH] fix(Calendar): omit `as` / `asChild` props --- src/runtime/components/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'