We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ae1e commit 22beacfCopy full SHA for 22beacf
packages/app/src/sandbox/url-listeners.js
@@ -100,6 +100,7 @@ export default function setupHistoryListeners() {
100
const el = ev.target;
101
if (
102
el.nodeName === 'A' &&
103
+ !el.__vue__ && // workaround for vue-router <router-link>
104
el.href.indexOf('#') !== -1 &&
105
el.href.substr(-1) !== '#'
106
) {
0 commit comments