@whitesev/pops 2.1.11 → 2.1.12

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
@@ -6689,8 +6689,7 @@
6689
6689
  },
6690
6690
  {
6691
6691
  id: "whitesev-panel-bottom-config-2",
6692
- // @ts-ignore
6693
- title: "版本:" + pops.config.version,
6692
+ title: "版本:xxx.xx.xx",
6694
6693
  isBottom: true,
6695
6694
  attributes: [
6696
6695
  {
@@ -11653,9 +11652,9 @@
11653
11652
  return popsSearchSuggestion;
11654
11653
  };
11655
11654
  }
11656
- const pops$1 = new Pops();
11655
+ const pops = new Pops();
11657
11656
 
11658
- return pops$1;
11657
+ return pops;
11659
11658
 
11660
11659
  }));
11661
11660
  //# sourceMappingURL=index.umd.js.map