Skip to content

Commit b0a2d48

Browse files
committed
1.1.9 bug fixed
1 parent 1d55c06 commit b0a2d48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-puzzle-vcode",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "vue 滑动拼图验证码",
55
"main": "dist/main.js",
66
"files": [

src/app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export default {
166166
document.body.classList.add("vue-puzzle-overflow");
167167
this.reset();
168168
} else {
169+
this.isSubmting = false;
169170
this.isSuccess = false;
170171
this.infoBoxShow = false;
171172
document.body.classList.remove("vue-puzzle-overflow");

0 commit comments

Comments
 (0)