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 58b0831 commit 19bfe20Copy full SHA for 19bfe20
1 file changed
app/components/Link/Base.vue
@@ -86,11 +86,8 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
86
'text-bg bg-fg hover:(bg-fg/50) focus-visible:(bg-fg/50)': variant === 'button-primary',
87
}"
88
:to="to"
89
- :href="to"
90
- :external="isLinkExternal"
91
:aria-keyshortcuts="keyshortcut"
92
:target="isLinkExternal ? '_blank' : undefined"
93
- :rel="isLinkExternal ? 'noopener noreferrer' : undefined"
94
>
95
<span
96
v-if="classicon"
0 commit comments