Michael Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
456510db3e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();