Merge branch 'main' of https://github.com/Sybit-Education/bk2wi-2023 #27
Annotations
9 errors
build (18.x):
src/stores/eventItem.ts#L21
Property 'bild' does not exist on type '{ id: string; name: string; }'.
|
build (18.x):
src/stores/eventItem.ts#L22
Property 'bild' does not exist on type '{ id: string; name: string; }'.
|
build (18.x):
src/views/EventDetailView.vue#L12
Property 'notes' does not exist on type 'EventItem'.
|
build (18.x):
src/views/EventDetailView.vue#L16
Property 'adresse' does not exist on type 'EventItem'.
|
build (18.x):
src/views/EventDetailView.vue#L17
Property 'plz' does not exist on type 'EventItem'.
|
build (18.x):
src/views/EventDetailView.vue#L17
Property 'ort' does not exist on type 'EventItem'.
|
build (18.x):
src/views/VerleihListView.vue#L21
Property 'entries' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
|
build (18.x):
src/views/VerleihListView.vue#L21
Property 'searchQuery' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
|
build (18.x)
Process completed with exit code 1.
|