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 1c0a159 commit 585aa63Copy full SHA for 585aa63
1 file changed
app/components/Button/Link.vue
@@ -45,6 +45,8 @@ const props = withDefaults(
45
'text-bg bg-fg hover:(bg-fg/90)': variant === 'primary',
46
'bg-transparent text-fg hover:(bg-fg text-bg border-fg)': variant === 'secondary',
47
}"
48
+ :to="to"
49
+ :href="href"
50
>
51
<slot />
52
</NuxtLink>
0 commit comments