Skip to content

Commit 2f66372

Browse files
flakeicesendya
authored andcommitted
fix: add the missing callback of handlePasswordLevel
1 parent cbef7a3 commit 2f66372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/user/Register.vue

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ export default {
172172
}
173173
this.state.passwordLevel = this.state.level
174174
this.state.percent = this.state.level * 33
175+
176+
callback()
175177
},
176178
177179
handlePasswordCheck (rule, value, callback) {

0 commit comments

Comments
 (0)