mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(nuxt): preserve explicit rel
attribute on internal link (#19309)
This commit is contained in:
parent
3c006b33c8
commit
9e6fa9f7ba
@ -222,7 +222,8 @@ export function defineNuxtLink (options: NuxtLinkOptions) {
|
||||
exactActiveClass: props.exactActiveClass || options.exactActiveClass,
|
||||
replace: props.replace,
|
||||
ariaCurrentValue: props.ariaCurrentValue,
|
||||
custom: props.custom
|
||||
custom: props.custom,
|
||||
rel: props.rel
|
||||
},
|
||||
slots.default
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user