@maxtropy/v-components 0.1.17-beta.17 → 0.1.17-beta.18

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.
@@ -25463,7 +25463,7 @@ function U5() {
25463
25463
  };
25464
25464
  }
25465
25465
  }, window.rawOpen = window.open, window.open = (o, r, a) => {
25466
- if (console.log("覆写window.open"), typeof o == "string" && o.startsWith("/") && !o.startsWith(t))
25466
+ if (typeof o == "string" && o.startsWith("/") && !o.startsWith(t))
25467
25467
  return window.rawOpen(e + o, r, a);
25468
25468
  if (typeof o == "string" && o.startsWith("http")) {
25469
25469
  const l = new URL(o), i = WF.find(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.17-beta.17",
3
+ "version": "0.1.17-beta.18",
4
4
  "files": [
5
5
  "dist"
6
6
  ],