Explorar o código

fix: add the missing callback of handlePasswordLevel

flakeice %!s(int64=4) %!d(string=hai) anos
pai
achega
2f663728bf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/user/Register.vue

+ 2 - 0
src/views/user/Register.vue

@@ -172,6 +172,8 @@ export default {
       }
       this.state.passwordLevel = this.state.level
       this.state.percent = this.state.level * 33
+
+      callback()
     },
 
     handlePasswordCheck (rule, value, callback) {