ywana-core8 0.0.641 → 0.0.642

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -1140,7 +1140,7 @@
1140
1140
  var name = _ref3[0],
1141
1141
  attr = _ref3[1];
1142
1142
  console.log("validate", name, data[name], data[name] === null ? "NULL" : data[name] === undefined ? "UNDEFINED" : data[name]);
1143
- return data[name] === null ? false : data[name] === undefined ? false : _this.checkType(attr, data[name]);
1143
+ return data[name] === null ? false : data[name] === undefined ? false : data[name] === "" ? false : _this.checkType(attr, data[name]);
1144
1144
  });
1145
1145
  }
1146
1146
  /**