@stencil/vue-output-target
Advanced tools
Comparing version 0.0.1-dev.11722540458.1506f4d7 to 0.0.1-dev.11722627322.1bc5399a
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.0.1-dev.11722540458.1506f4d7", | ||
"version": "0.0.1-dev.11722627322.1bc5399a", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -55,3 +55,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "506f4d72ba87a07be32c5e4d7724db362d7f9da6", | ||
"gitHead": "bc5399a4a2f06674dd5f828ebcb93de6aa8d72d3", | ||
"volta": { | ||
@@ -58,0 +58,0 @@ "extends": "../../package.json" |
@@ -117,2 +117,12 @@ // @ts-nocheck | ||
/** | ||
* This prevents the browser from | ||
* performing a page reload when pressing | ||
* an Ionic component with routerLink. | ||
* The page reload interferes with routing | ||
* and causes ion-back-button to disappear | ||
* since the local history is wiped on reload. | ||
*/ | ||
ev.preventDefault(); | ||
if (navManager !== undefined) { | ||
@@ -119,0 +129,0 @@ let navigationPayload: any = { event: ev }; |
55514
1015