We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d55c06 commit b0a2d48Copy full SHA for b0a2d48
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-puzzle-vcode",
3
- "version": "1.1.8",
+ "version": "1.1.9",
4
"description": "vue 滑动拼图验证码",
5
"main": "dist/main.js",
6
"files": [
src/app.vue
@@ -166,6 +166,7 @@ export default {
166
document.body.classList.add("vue-puzzle-overflow");
167
this.reset();
168
} else {
169
+ this.isSubmting = false;
170
this.isSuccess = false;
171
this.infoBoxShow = false;
172
document.body.classList.remove("vue-puzzle-overflow");
0 commit comments