Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
feat(nuxt-link): add isExternal to slot props (#8800)
Browse files Browse the repository at this point in the history
  • Loading branch information
manniL committed Nov 9, 2022
1 parent 4e8f59b commit 15d4cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/src/app/components/nuxt-link.ts
Expand Up @@ -265,6 +265,7 @@ export function defineNuxtLink (options: NuxtLinkOptions) {
route: router.resolve(href!),
rel,
target,
isExternal: isExternal.value,
isActive: false,
isExactActive: false
})
Expand Down

0 comments on commit 15d4cea

Please sign in to comment.