Skip to content

Commit 45110a5

Browse files
committed
feat(vfg): unbind then()
1 parent d419fab commit 45110a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formGenerator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export default {
211211
error: error[0]
212212
})
213213
}
214-
}).bind(this)
214+
})
215215
}
216216
})
217217
},

0 commit comments

Comments
 (0)