Skip to content

refactor(ui): better ui demo preview menu #1423

refactor(ui): better ui demo preview menu

refactor(ui): better ui demo preview menu #1423

Triggered via pull request October 15, 2023 21:52
Status Failure
Total duration 1m 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci: src/router.ts#L34
Type '{ path: string; name: string; children: (Promise<RouteRecordRaw> | { path: string; name: string; component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ... 6 more ..., {}>; })[]; component: () => Promise<...>; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'RouteRecordRaw'.
ci: src/router.ts#L35
Type '{ path: string; name: string; children: (Promise<RouteRecordRaw> | { path: string; name: string; component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ... 6 more ..., {}>; })[]; component: () => Promise<...>; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'RouteRecordRaw'.
ci: src/router.ts#L36
Type '{ path: string; name: string; children: (Promise<RouteRecordRaw> | { path: string; name: string; component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ... 6 more ..., {}>; })[]; component: () => Promise<...>; }' is not assignable to type 'RouteRecordRaw'.
ci: src/router.ts#L37
Type '{ path: string; name: string; children: (Promise<RouteRecordRaw> | { path: string; name: string; component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ... 6 more ..., {}>; })[]; component: () => Promise<...>; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'RouteRecordRaw'.
ci: src/ui/demo/demo-home.page.vue#L7
Property 'name' does not exist on type 'Promise<RouteRecordRaw>'.
ci: src/ui/demo/demo-wrapper.vue#L17
Property 'name' does not exist on type 'Promise<RouteRecordRaw>'.
ci
Process completed with exit code 1.