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
Module version 1.12.3, nuxt 2
Describe the bug Following the official documentation https://v2.vuetifyjs.com/en/components/breadcrumbs/, clicking on the breadcrumb link causes the site to rerender, maybe beacuse of href property.
items: [ { text: 'Link 1', disabled: false, href: 'breadcrumbs_link_1', }, { text: 'Link 2', disabled: true, href: 'breadcrumbs_link_2', }, ],
I tried to change it to
to: 'breadcrumbs_link_1',
but then the link is not active
adding the nuxt property doesn't help either:
<v-breadcrumbs :items="breadcrumbs" divider="-" nuxt></v-breadcrumbs>
Steps to reproduce the behavior:
Expected behavior Site will follow the path without rerendering
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module version
1.12.3, nuxt 2
Describe the bug
Following the official documentation https://v2.vuetifyjs.com/en/components/breadcrumbs/, clicking on the breadcrumb link causes the site to rerender, maybe beacuse of href property.
I tried to change it to
to: 'breadcrumbs_link_1',
but then the link is not active
adding the nuxt property doesn't help either:
<v-breadcrumbs :items="breadcrumbs" divider="-" nuxt></v-breadcrumbs>
Steps to reproduce the behavior:
Expected behavior
Site will follow the path without rerendering
The text was updated successfully, but these errors were encountered: