- Notifications
You must be signed in to change notification settings - Fork674
Open
Description
Environment
- Operating System: Windows_NT
- Node Version: v22.13.1
- Nuxt Version: 3.16.0
- CLI Version: 3.22.5
- Nitro Version: 2.11.5
- Package Manager: pnpm@9.15.4
- Builder: -
- User Config: modules, imports, devtools, build, app, ssr, alias, css, runtimeConfig, devServer, future, compatibilityDate, eslint
- Runtime Modules: @nuxt/eslint@1.1.0, @nuxt/ui-pro@3.0.0-beta.3, @nuxtjs/i18n@9.3.0, @pinia/nuxt@0.10.1, pinia-plugin-persistedstate/nuxt@4.2.0, @nuxt/test-utils/module@3.17.1
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-beta.3
Reproduction
https://codesandbox.io/p/devbox/hardcore-almeida-w2rzpf?file=%2Fapp%2Fpages%2Ftest%2Findex.vue
Description
I may just be misunderstanding it, but I'd expect a link to/test
to match while the path is/test/123
, and vice-versa, but that does not seem to be the case. Am I misunderstanding it, or is there another way to achieve this?
Additional context
No response