Merge pull request #52 from NewVo1d/fix-login

fix: corrected a grammatical error
This commit is contained in:
ronger 2022-10-28 07:47:56 +08:00 committed by GitHub
commit 2f61ddad64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ export default {
})
}
}
},functions(error) {
},function(error) {
_ts.$set(_ts, 'loginLoading', false);
})
} else {