@zscreate/form-component 1.1.475 → 1.1.476

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.
@@ -154165,7 +154165,7 @@ function toString(value) {
154165
154165
  /***/ ((module) => {
154166
154166
 
154167
154167
  "use strict";
154168
- module.exports = {"rE":"1.1.475"};
154168
+ module.exports = {"rE":"1.1.476"};
154169
154169
 
154170
154170
  /***/ })
154171
154171
 
@@ -179800,6 +179800,7 @@ const main_install = function (Vue, opts = {}, router = undefined) {
179800
179800
  window.addEventListener("load", () => {
179801
179801
  initIconFont(Vue);
179802
179802
  });
179803
+ __webpack_require__.g.Vue = Vue;
179803
179804
  opts.common_encrypt = encryption;
179804
179805
  Vue.prototype = Object.assign(Vue.prototype, opts);
179805
179806
  Vue.prototype.$formUtils = util;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.475",
3
+ "version": "1.1.476",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",