Skip to content

Commit 585aa63

Browse files
committed
fix: link
1 parent 1c0a159 commit 585aa63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/components/Button/Link.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ const props = withDefaults(
4545
'text-bg bg-fg hover:(bg-fg/90)': variant === 'primary',
4646
'bg-transparent text-fg hover:(bg-fg text-bg border-fg)': variant === 'secondary',
4747
}"
48+
:to="to"
49+
:href="href"
4850
>
4951
<slot />
5052
</NuxtLink>

0 commit comments

Comments
 (0)