Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0a2d48

Browse filesBrowse files
committed
1.1.9 bug fixed
1 parent 1d55c06 commit b0a2d48
Copy full SHA for b0a2d48

File tree

2 files changed

+2
-1
lines changed
Filter options

2 files changed

+2
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/app.vue
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.