Skip to content

Update README.md #15

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You will have `label` string `to` object and `utils` object at your disposal. `u
To define `utils` object just add it to `breadcrumb` object in router definition or [directly in component](#define-breadcrumb-data-in-component).

For targeting current page in breadcrumb chain, use named slot - `current`. Parents breadcrumb chunks is default slot.
*__Note:__ Obviously, you should define `router-link` at some point, in your custom template for make breadcrumbs work.*
*__Note:__ Obviously, you should define `router-link` at some point, in your custom template to make breadcrumbs work.*
#### Example:
```
<app-breadcrumbs container="nav">
Expand Down Expand Up @@ -265,7 +265,7 @@ parent: {

### Dynamic Breadcrumbs
You can use **dynamic data** to provide breadcrumb information (as `label` and `parent`) in page component.
**IMPORTANT!** Because of the tech limitations, you need to be sure, that dynamic breadcrumb is the last one in the list. Plugin doesn't allowed to build breadcrumbs list with dynamic part in the middle of it. To handle this cases, please check [using `parentsList` property](#using-parentslist).
**IMPORTANT!** Because of the tech limitations, you need to be sure, that dynamic breadcrumb is the last one in the list. Plugin doesn't allow to build breadcrumbs list with dynamic part in the middle of it. To handle this cases, please check [using `parentsList` property](#using-parentslist).

**Terms.vue**
```
Expand Down