Skip to content

Breadcrumb

Displays the location of the current page, making it easier to browser back.

Basic Usage

In el-breadcrumb, each el-breadcrumb-item is a tag that stands for every level starting from homepage. This component has a String attribute separator, and it determines the separator. Its default value is /.

活动编辑
活动编辑

Use Transition

Using the transition component, implement the breadcrumb item toggle animation.

活动编辑
NameDescriptionTypeDefault
separatorseparator characterstring/
NameDescriptionSubtags
defaultcustomize default contentBreadcrumb Item
NameDescriptionTypeDefault
totarget route of the link, same as to of vue-routerstring | object''
replaceif true, the navigation will not leave a history recordbooleanfalse

Released under the MIT License.