mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 05:58:07 +01:00
fix(Link): define rel as any
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user