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
Operating System: Darwin Node Version: v20.2.0 Nuxt Version: 3.8.1 CLI Version: 3.9.1 Nitro Version: 2.7.2 Package Manager: pnpm@8.10.5 Builder: - User Config: modules, runtimeConfig, css, app, ui, colorMode, build, typescript, nitro, pinia, turnstile, security Runtime Modules: @nuxt/devtools@1.0.2, @vueuse/nuxt@10.6.1, nuxt-security@1.0.0-rc.3, nuxt-prepare@0.2.1, @nuxtjs/turnstile@0.6.3, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/ui@2.10.0 Build Modules: -
v2.1.0
https://stackblitz.com/edit/nuxt-ui-sgeaae?file=app.vue
One of the props for the navigation items is active: true
active: true
This only sets the nav link to active when there is an accompanying to: prop
to:
I would expect it to set the nav link to active regardless of other props
I am using the click: prop to set some values in a store, it would be great if I could which one is active
No response
The text was updated successfully, but these errors were encountered:
Looking deeper, it seems to be an issue from the link component itself
Sorry, something went wrong.
6cc77a3
Thanks for the report! 😊
Having the same issue, any update on this one?
@Charlesq666 This isssue has been closed 8 months ago, please open a new one with a reproduction.
No branches or pull requests
Environment
Operating System: Darwin
Node Version: v20.2.0
Nuxt Version: 3.8.1
CLI Version: 3.9.1
Nitro Version: 2.7.2
Package Manager: pnpm@8.10.5
Builder: -
User Config: modules, runtimeConfig, css, app, ui, colorMode, build, typescript, nitro, pinia, turnstile, security
Runtime Modules: @nuxt/devtools@1.0.2, @vueuse/nuxt@10.6.1, nuxt-security@1.0.0-rc.3, nuxt-prepare@0.2.1, @nuxtjs/turnstile@0.6.3, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/ui@2.10.0
Build Modules: -
Version
v2.1.0
Reproduction
https://stackblitz.com/edit/nuxt-ui-sgeaae?file=app.vue
Description
One of the props for the navigation items is
active: true
This only sets the nav link to active when there is an accompanying
to:
propI would expect it to set the nav link to active regardless of other props
I am using the click: prop to set some values in a store, it would be great if I could which one is active
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: