Skip to content

Breadcrumb 面包屑 ​

页面路径导航,支持分隔符自定义与链接跳转。

基础用法 ​

vue
<template>
  <KbBreadcrumb :items="[{ label: '首页', href: '/' }, { label: '组件' }, { label: '面包屑' }]" />
</template>

API ​

Props ​

属性类型默认值说明
itemsBreadcrumbItem[][]面包屑项(label/href)
separatorstring'/'分隔符