feat(nuxt-link): add isExternal to slot props (#8800)

This commit is contained in:
Alexander Lichter 2022-11-09 10:02:11 +01:00 committed by GitHub
parent 4e8f59bf70
commit 15d4cea97e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}) })