vue-2-breadcrumbs icon indicating copy to clipboard operation
vue-2-breadcrumbs copied to clipboard

Path is incorrect when route path contains regexp 🐛

Open dastiw1 opened this issue 4 years ago • 1 comments

My route is defined like this:

{
            path: ':catId/:id(new|\\d+)',
            name: 'EntityCreate',
            component: EntityManualCU,
            meta: {
              breadcrumb: 'Send Entity',
            },
          },

In breadcrumb route path generated as http://localhost:8080/entities/2/new(new%7C/d+)

dastiw1 avatar Mar 01 '21 06:03 dastiw1

@dastiw1 Thanks, I will try to resolve this shortly. If you have a solution, I'd love to consider it.

Scrum avatar Mar 01 '21 07:03 Scrum