Scrum / vue-2-breadcrumbs

Vue breadcrumbs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set route parent?

dahousecat opened this issue · comments

I can't see any way of defining what the routes parent should be.

Again to use an example from vue-2-crumbs it allows:

meta: {
    breadcrumb: { parent: 'dashboard' }
}

Unfortunately that plugin doesn't appear to work with SSR was hoping this one would!

@dahousecat Hi, great two options, I will implement this soon

@dahousecat Hi

Unfortunately that plugin doesn't appear to work with SSR was hoping this one would!

I just checked it out and it worked out for me demo, could you tell me what problems you encountered ?