refactor(ui): better ui demo preview menu #1423
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.
|