Michael Wang před 6 roky
rodič
revize
456510db3e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();