mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
feat(nuxt-link): add isExternal
to slot props (#8800)
This commit is contained in:
parent
4e8f59bf70
commit
15d4cea97e
@ -265,6 +265,7 @@ export function defineNuxtLink (options: NuxtLinkOptions) {
|
|||||||
route: router.resolve(href!),
|
route: router.resolve(href!),
|
||||||
rel,
|
rel,
|
||||||
target,
|
target,
|
||||||
|
isExternal: isExternal.value,
|
||||||
isActive: false,
|
isActive: false,
|
||||||
isExactActive: false
|
isExactActive: false
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user