feat(index): restructure index components and optimize menu logic #3
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.
|