소스 검색

fix login

Michael Wang 6 년 전
부모
커밋
456510db3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

@@ -149,7 +149,7 @@ export default {
   methods: {
     ...mapMutations(["updateUser"]),
     async login(name) {
-      if (this.loginButtonDisabled) {
+      if (this.disableLoginBtn) {
         return;
       }
       const valid = await this.$refs[name].validate();