bi-eleme 1.0.4 → 1.0.5

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.
@@ -10352,7 +10352,9 @@ function BrowserType() {
10352
10352
  return regexp.test(ua);
10353
10353
  };
10354
10354
  var testVs = function testVs(regexp) {
10355
- return ua.match(regexp).toString().replace(/[^0-9|_.]/g, '').replace(/_/g, '.');
10355
+ var res = ua.match(regexp) || '';
10356
+
10357
+ return res.toString().replace(/[^0-9|_.]/g, '').replace(/_/g, '.');
10356
10358
  };
10357
10359
  // 系统
10358
10360
  var system = 'other';
@@ -43838,7 +43840,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43838
43840
  }
43839
43841
 
43840
43842
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43841
- version: '1.0.4',
43843
+ version: '1.0.5',
43842
43844
  locale: lib_locale_default.a.use,
43843
43845
  i18n: lib_locale_default.a.i18n,
43844
43846
  install: src_install,