-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed as not planned
Closed as not planned
Copy link
Description
Environment
Vuetify Version: 3.10.3
Vue Version: 3.5.22
OS: Linux undefined (current)
Steps to reproduce
- nuxt 4 + vuetify module
Expected Behavior
No warnings
Actual Behavior
"enter")[]; } & { ...; } & { ...; }, ... 24 more ..., { ...; ...' is not assignable to type '"VApp" | "VAppBar" | "VAppBarNavIcon" | "VAppBarTitle" | "VAlert" | "VAlertTitle" | "VAutocomplete" | "VAvatar" | "VBadge" | "VBanner" | "VBannerActions" | "VBannerText" | "VBottomNavigation" | ... 158 more ... | "VDialogTransition"'.ts(2322)
(alias) const VDateInput: {
new (...args: any[]): CreateComponentPublicInstanceWithMixins<{
style: string | false | StyleValue[] | CSSProperties | null;
mobile: boolean | null;
focused: boolean;
errorMessages: string | readonly string[] | null;
maxErrors: string | number;
readonly: boolean | null;
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
... 47 more ...;
updateOn: ("blur" | "enter")[];
} & {
...;
} & {
...;
}, ... 24 more ..., {
...;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & ... 5 more ... & FilterPropsOptions<...>
import VDateInput
Reproduction Link
https://github.com/mickosi/nuxt-error1/tree/main
https://vuetifyjs.com/en/components/date-inputs/#installation
Images
Metadata
Metadata
Assignees
Labels
No labels