Vuetify: 1.3.3
Vue: 2.5.17
Browsers: Chrome 69.0.3497.100
OS: Linux x86_64
Breadcrumbs with duplicate names should be possible.
Error.
What is your use case for the same name being repeated? I would assume each breadcrumb link to be unique since it is a listing of the previous / parent pages.
My customers can create names for the entities and the entities are nested. Example: User has a table named "Test" and inside that table a dashboard named "Test".
Tables > Test > Dashboards > Test
"Tables" and "Dashboards" are defined by application and "Test" defined by user.
Got it -- that makes sense.
I'm not very familiar with the breadcrumb code, but maybe in VBreadcrumbs.ts the genItems function could be refactored to use a different key than the item.text?