We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
vue-2-crumbs
meta: { breadcrumb: { parent: 'dashboard' } }
Unfortunately that plugin doesn't appear to work with SSR was hoping this one would!
The text was updated successfully, but these errors were encountered:
@dahousecat Hi, great two options, I will implement this soon
Sorry, something went wrong.
feat: set route parent, close #76
9c2396a
@dahousecat Hi
I just checked it out and it worked out for me demo, could you tell me what problems you encountered ?
Successfully merging a pull request may close this issue.
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:Unfortunately that plugin doesn't appear to work with SSR was hoping this one would!
The text was updated successfully, but these errors were encountered: