wj-elements 0.0.13 → 0.0.14

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.
@@ -1522,6 +1522,7 @@ class Routerx extends WJElement {
1522
1522
  }
1523
1523
  beforeDisconnect() {
1524
1524
  this.unbindIntercept();
1525
+ this.router.destroy();
1525
1526
  }
1526
1527
  }
1527
1528
  customElements.get("wj-router") || window.customElements.define("wj-router", Routerx);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wj-elements",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "./dist"