Breadcrumb
Displays the location of the current page, making it easier to browser back.
Basic usage
Icon separator
Breadcrumb Attributes
| Attribute | Description | Type | Accepted Values | Default |
|---|---|---|---|---|
| separator | separator character | string | — | / |
| separator-icon | icon component of icon separator | string / Component | — | - |
Breadcrumb Slots
| Name | Description | Subtags |
|---|---|---|
| - | customize default content | Breadcrumb Item |
Breadcrumb Item Attributes
| Attribute | Description | Type | Accepted Values | Default |
|---|---|---|---|---|
| to | target route of the link, same as to of vue-router | string/object | — | — |
| replace | if true, the navigation will not leave a history record | boolean | — | false |
Breadcrumb Item Slots
| Name | Description |
|---|---|
| — | customize default content |