We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nuxthq/ui: ^2.2.0 nuxt: ^3.5.0
https://stackblitz.com/edit/nuxtlabs-ui-d9pe9e?file=pages%2Frepro%2F[id].vue
/repro/test
/repro/test/page-2
The navigation should highlight only second entry.
The navigation highlights entry for /repro/test and /repro/test/page-2 as they're both matched although the first link has exact set to true
exact
true
The text was updated successfully, but these errors were encountered:
82e152b
Thank you for reporting this!
Sorry, something went wrong.
No branches or pull requests
Version
@nuxthq/ui: ^2.2.0
nuxt: ^3.5.0
Reproduction Link
https://stackblitz.com/edit/nuxtlabs-ui-d9pe9e?file=pages%2Frepro%2F[id].vue
Steps to reproduce
/repro/test
/repro/test/page-2
What is Expected?
The navigation should highlight only second entry.
What is actually happening?
The navigation highlights entry for
/repro/test
and/repro/test/page-2
as they're both matched although the first link hasexact
set totrue
The text was updated successfully, but these errors were encountered: