Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit c6b98ce

Browse files
committed
updated dist
1 parent 67c6331 commit c6b98ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dist/vue-form.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ return /******/ (function(modules) { // webpackBootstrap
140140
_.isString = function (value) {
141141
return typeof value === 'string';
142142
};
143+
144+
_.isUndefined = function (value) {
145+
return typeof value === 'undefined';
146+
};
143147

144148
return _;
145149
};

dist/vue-form.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)