# Breadcrumb 面包屑
基础用法
显示代码
Breadcrumb Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
separator | 分隔符 | String | - | > |
use-router-link | 使用路由模式 | Boolean | - | false |
Breadcrumb Item Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
to | 路由跳转对象,同 vue-router 的 to | String | - | - |
replace | 在使用 to 进行路由跳转时,启用 replace 将不会向 history 添加新记录 | Boolean | - | false |