We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffdda5 commit 0b335a8Copy full SHA for 0b335a8
lib/index.js
@@ -47,7 +47,7 @@ const vueLinkFactory = (slashes, isNuxt) => ({
47
const linkComponent = isNuxt ? 'NuxtLink' : 'RouterLink'
48
49
const defaultSlots = slots().default
50
-
+ delete data.attrs.to // removing because the to attribute is rendered on the frontend!
51
return isLinkedToExternal
52
? h('a', {
53
...data,
0 commit comments