VBreadcrumbsItem API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| active | ||
| 控制项的 active 状态。这通常用于高亮显示组件。 | ||
| active-class | ||
| The class applied to the component when it matches the current route. Find more information about the active-class prop on the vue-router documentation. | ||
| active-color | ||
| The applied color when the component is in an active state. | ||
| color | ||
| Applies specified color to the control - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page | ||
| disabled | ||
| 移除组件的单击或 target 功能。 | ||
| exact | ||
| 完全匹配链接。如果没有这个链接,‘/’ 将匹配每个路由。你能够在 vue-router 文档浏览更多 exact prop 。 | ||
| href | ||
| 指定组件为锚点并应用 href 属性。 | ||
| replace | ||
| Setting replace prop will call router.replace() instead of router.push() when clicked, so the navigation will not leave a history record. You can find more information about the replace prop on the vue-router documentation. | ||
| tag | ||
| 指定在根元素上使用的自定义标签。 | ||
| title | ||
| Specify a title text for the component. | ||
| to | ||
| 表示链接的目标路由。你可以在 vue-router 文档浏览更多 to prop 。 | ||
插槽
| default |
| 默认Vue 插槽。 |