mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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!),
|
||||
rel,
|
||||
target,
|
||||
isExternal: isExternal.value,
|
||||
isActive: false,
|
||||
isExactActive: false
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user