mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
fix(Link): define rel as any
This commit is contained in:
@@ -21,7 +21,7 @@ export const nuxtLinkProps = {
|
|||||||
required: false
|
required: false
|
||||||
},
|
},
|
||||||
rel: {
|
rel: {
|
||||||
type: String as PropType<NuxtLinkProps['rel']>,
|
type: String as PropType<any>,
|
||||||
default: undefined,
|
default: undefined,
|
||||||
required: false
|
required: false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user