dpzvc3-ui 3.1.0 → 3.1.1

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/dpzvc3.js CHANGED
@@ -13623,10 +13623,11 @@ var install = function install(app) {
13623
13623
  };
13624
13624
  /* ========= 按需导出 ========= */
13625
13625
 
13626
- /* ========= 默认导出 ========= */
13627
- /* harmony default export */ const src = ({
13626
+ var DpzVc3 = {
13628
13627
  install: install
13629
- });
13628
+ };
13629
+ /* ========= 默认导出 ========= */
13630
+ /* harmony default export */ const src = (DpzVc3);
13630
13631
  })();
13631
13632
 
13632
13633
  /******/ return __webpack_exports__;