Skip to content

Commit 2b8eaa1

Browse files
committed
build lib
1 parent 2cebd40 commit 2b8eaa1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dist/vee-validate.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,11 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
10361036
return _defineProperty({}, options.errorBagName, this.$validator.errorBag);
10371037
},
10381038
ready: function ready() {
1039-
this.$emit('validatorReady');
1039+
var _this = this;
1040+
1041+
this.$nextTick(function () {
1042+
_this.$emit('validatorReady');
1043+
});
10401044
},
10411045
destroyed: function destroyed() {
10421046
__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_0__utils_maps__["a" /* unregister */])(this);

0 commit comments

Comments
 (0)