Open
Description
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:
- Go to create breadcrumb
- Click on breadcrumb link
- Site rerenders
Expected behavior
Site will follow the path without rerendering
Metadata
Metadata
Assignees
Labels
No labels