Skip to content

Commit 69f605f

Browse files
committedJul 30, 2024·
fix(Link): define rel as any
1 parent 93ddf1d commit 69f605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/runtime/utils/link.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const nuxtLinkProps = {
2121
required: false
2222
},
2323
rel: {
24-
type: String as PropType<NuxtLinkProps['rel']>,
24+
type: String as PropType<any>,
2525
default: undefined,
2626
required: false
2727
},

0 commit comments

Comments
 (0)
Please sign in to comment.