修改 tsconfig 配置 #2
Annotations
4 errors and 1 warning
deploy:
src/views/login.vue#L147
Type '{ account: { required: boolean; trigger: string; message: string; }[]; password: ({ required: boolean; trigger: string; message: string; min?: undefined; max?: undefined; } | { min: number; max: number; trigger: string; message: string; required?: undefined; })[]; }' is not assignable to type 'FormRules<Data>'.
|
deploy:
src/views/login.vue#L198
Type '{ account: { required: boolean; trigger: string; message: string; }[]; captcha: { required: boolean; trigger: string; message: string; }[]; password: ({ required: boolean; trigger: string; message: string; min?: undefined; max?: undefined; } | { ...; })[]; checkPassword: ({ ...; } | { ...; })[]; }' is not assignable to type 'FormRules<Data>'.
|
deploy:
src/views/login.vue#L249
Type '{ account: { required: boolean; trigger: string; message: string; }[]; captcha: { required: boolean; trigger: string; message: string; }[]; newPassword: ({ required: boolean; trigger: string; message: string; min?: undefined; max?: undefined; } | { ...; })[]; }' is not assignable to type 'FormRules<Data>'.
|
deploy
Process completed with exit code 1.
|
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|