Skip to content

Commit 19bfe20

Browse files
committed
fix: remove nuxtlink default values
1 parent 58b0831 commit 19bfe20

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/components/Link/Base.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,8 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
8686
'text-bg bg-fg hover:(bg-fg/50) focus-visible:(bg-fg/50)': variant === 'button-primary',
8787
}"
8888
:to="to"
89-
:href="to"
90-
:external="isLinkExternal"
9189
:aria-keyshortcuts="keyshortcut"
9290
:target="isLinkExternal ? '_blank' : undefined"
93-
:rel="isLinkExternal ? 'noopener noreferrer' : undefined"
9491
>
9592
<span
9693
v-if="classicon"

0 commit comments

Comments
 (0)