Skip to content

[Bug Report][3.10.3] VDateInput - Manual import and registration with the Vuetify instance. #332

@mickosi

Description

@mickosi

Environment

Vuetify Version: 3.10.3
Vue Version: 3.5.22
OS: Linux undefined (current)

Steps to reproduce

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions