feat: 添加标签组件示例 #1531
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.
|