Skip to content

Commit

Permalink
fix(Link): add null in rel type
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 30, 2024
1 parent 93ddf1d commit 7ba6b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/utils/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const nuxtLinkProps = {
required: false
},
rel: {
type: String as PropType<NuxtLinkProps['rel']>,
type: String as PropType<any>,
default: undefined,
required: false
},
Expand Down

0 comments on commit 7ba6b19

Please sign in to comment.