chore(deps): update dependency @nuxt/ui to v2.19.2 #10941
Annotations
10 errors
Typecheck:
app.config.ts#L2
Type '{ primary: string; gray: string; card: { divide: string; ring: string; header: { base: string; background: string; }; footer: { base: string; background: string; }; }; avatar: { wrapper: string; rounded: string; }; icons: { dynamic: true; }; }' is not assignable to type 'UI'.
|
Typecheck:
components/Event/Badges.vue#L18
Property 'startDate' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; } | undefined>'.
|
Typecheck:
components/Event/Badges.vue#L27
Property 'endDate' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; } | undefined>'.
|
Typecheck:
components/Event/Badges.vue#L29
Property 'endDate' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; } | undefined>'.
|
Typecheck:
components/Event/Badges.vue#L40
Property 'closeDate' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; } | undefined>'.
|
Typecheck:
components/Event/Badges.vue#L56
Property 'closeDate' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; } | undefined>'.
|
Typecheck:
components/Event/Badges.vue#L60
Property 'closeDate' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; } | undefined>'.
|
Typecheck:
components/Event/Card.vue#L3
Property 'slug' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; }>'.
|
Typecheck:
components/Event/Card.vue#L8
Property 'image' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; }>'.
|
Typecheck:
components/Event/Card.vue#L11
Property 'name' does not exist on type 'ComputedRef<{ readonly id: number; readonly name: string | null; readonly image: string | null; readonly description: string | null; readonly slug: string | null; readonly startDate: Date | null; readonly endDate: Date | null; readonly closeDate: Date | null; readonly status: "DRAFT" | "PUBLISHED" | "DELETED" | "FINISHED"; readonly information: string | null; }>'.
|
Loading