-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Warning will appear when passing an external link to <NuxtLink> #27312
Copy link
Copy link
Closed
Labels
Description
Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.12.0-28606556.69430aa2
- CLI Version: 3.11.2-1716385490.bfaf128
- Nitro Version: 2.9.6
- Package Manager: pnpm@8.15.6
- Builder: -
- User Config: devtools
- Runtime Modules: -
- Build Modules: -
Reproduction
https://stackblitz.com/edit/nuxt-starter-jphpju?file=app.vue
Describe the bug
- Start Reproduction. It includes the following code:
<NuxtLink to="https://nuxt.com/">Nuxt</NuxtLink>
- Open the Console panel in DevTools.
- A warning appears:
[Vue Router warn]: No match found for location with path "https://nuxt.com/".
Additional context
This might be related to this PR: #26522.
Logs
N/A
Reactions are currently unavailable