You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/views/login/index.vue:49:27 - error TS2345: Argument of type '(valid: boolean) => false | undefined' is not assignable to parameter of type 'FormValidateCallback'.
Type 'boolean | undefined' is not assignable to type 'void | Promise'.
Type 'boolean' is not assignable to type 'void | Promise'.
src/views/login/index.vue:49:27 - error TS2345: Argument of type '(valid: boolean) => false | undefined' is not assignable to parameter of type 'FormValidateCallback'.
Type 'boolean | undefined' is not assignable to type 'void | Promise'.
Type 'boolean' is not assignable to type 'void | Promise'.
49 await formEl.validate((valid) => {
~~~~~~~~~~~~
Found 1 error in src/views/login/index.vue:49
The text was updated successfully, but these errors were encountered: