chore: 代码提示 #1921
Annotations
10 errors and 2 warnings
Run npm run lint:
src/calendar/demos/custom-button.vue#L2
Type '{ content: string; theme: string; shape: string; }' is not assignable to type 'string'.
|
Run npm run lint:
src/checkbox/demos/base.vue#L2
Type '({ label: string; value: string; maxLabelRow?: unknown; content?: unknown; maxContentRow?: unknown; } | { label: string; value: string; maxLabelRow: number; content?: unknown; maxContentRow?: unknown; } | { label: string; value: string; content: string; maxContentRow: number; maxLabelRow?: unknown; })[]' is not assignable to type 'CheckboxOption[]'.
|
Run npm run lint:
src/indexes/demos/custom.vue#L3
Type '(string | number)[]' is not assignable to type 'string[] | number[]'.
|
Run npm run lint:
src/sticky/demos/container.vue#L3
Type 'string' is not assignable to type 'Element'.
|
Run npm run lint:
src/skeleton/demos/cell-group.vue#L3
Type '{ size: string; type: string; }[]' is not assignable to type 'SkeletonRowCol'.
|
Run npm run lint:
src/swipe-cell/demos/icon.vue#L3
Type '{}[]' is not assignable to type 'SwipeActionItem[]'.
|
Run npm run lint:
src/popup/demos/base.vue#L3
Type '{ value: string; text: string; }' is not assignable to type 'string | number | symbol'.
|
Run npm run lint:
src/calendar/demos/multiple.vue#L3
Type '(val: string) => void' is not assignable to type '(value: Date) => void'.
|
Run npm run lint:
src/slider/demos/label.vue#L3
Type '(e: number) => void' is not assignable to type '((value: SliderValue) => void) & ((...args: any[]) => any)'.
|
Run npm run lint:
src/result/demos/theme.vue#L3
Type 'string' is not assignable to type '"default" | "error" | "warning" | "success"'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading