Skip to content
New issue

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

Breadcrumbs component: clicking on the breadcrumb causes the site to rerender #516

Open
gileneusz opened this issue Mar 12, 2023 · 0 comments

Comments

@gileneusz
Copy link

gileneusz commented Mar 12, 2023

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:

  1. Go to create breadcrumb
  2. Click on breadcrumb link
  3. Site rerenders

Expected behavior
Site will follow the path without rerendering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant