Skip to content

Commit c3aaa42

Browse files
committed
fix: invalid link attribute
1 parent 765297c commit c3aaa42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Tag/Link.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import type { NuxtLinkProps } from '#app'
33
4-
const { current, ...props } = defineProps<
4+
const { current, disabled, ...props } = defineProps<
55
{
66
/** Disabled links will be displayed as plain text */
77
disabled?: boolean

0 commit comments

Comments
 (0)