Skip to content

feat: 添加标签组件示例 #1531

feat: 添加标签组件示例

feat: 添加标签组件示例 #1531

Triggered via push January 19, 2024 10:59
Status Failure
Total duration 1m 39s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint Code: src/views/components/tag.vue#L36
Argument of type 'string' is not assignable to parameter of type '{ type: string; text: string; }'.
Lint Code: src/views/components/tag.vue#L47
Cannot find name 'ElInput'.
Lint Code: src/views/components/tag.vue#L123
Type 'string' is not assignable to type 'EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "danger", unknown>'.
Lint Code: src/views/components/tag.vue#L124
Type 'string' is not assignable to type 'EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>'.
Lint Code: src/views/components/tag.vue#L127
Type 'string' is not assignable to type 'EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>'.
Lint Code: src/views/components/tag.vue#L129
Argument of type '{ type: string; text: string; }' is not assignable to parameter of type 'string'.
Lint Code: src/views/components/tag.vue#L142
Type 'string' is not assignable to type 'EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>'.
Lint Code
Process completed with exit code 1.