Skip to content

feat(index): restructure index components and optimize menu logic #3

feat(index): restructure index components and optimize menu logic

feat(index): restructure index components and optimize menu logic #3

Triggered via push October 19, 2025 16:01
Status Failure
Total duration 34s
Artifacts

gh-pages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/components/index/Index.vue#L20
Property 'key' does not exist on type 'CSSProperties | Key'.
build: src/components/index/Index.vue#L20
'item' is possibly 'undefined'.
build: src/components/index/Desc.vue#L16
Property 'description' does not exist on type 'MenuItemType | SubMenuType | MenuItemGroupType | MenuDividerType'.
build: src/components/index/Desc.vue#L16
'__VLS_ctx.menu' is possibly 'null'.
build: src/components/index/Desc.vue#L13
Property 'label' does not exist on type 'MenuItemType | SubMenuType | MenuItemGroupType | MenuDividerType'.
build: src/components/index/Desc.vue#L13
'__VLS_ctx.menu' is possibly 'null'.
build: src/components/index/Desc.vue#L12
Property 'icon' does not exist on type 'MenuItemType | SubMenuType | MenuItemGroupType | MenuDividerType'.
build: src/components/index/Desc.vue#L12
'props.menu' is possibly 'null'.
build: src/components/index/Desc.vue#L11
'props.menu' is possibly 'null'.
build: src/components/index/Desc.vue#L2
'ItemType' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.