Breadcrumb
介紹使用 Breadcrumb 麵包屑元件
Last updated
Was this helpful?
介紹使用 Breadcrumb 麵包屑元件
Last updated
Was this helpful?
Was this helpful?
<bpa-breadcrumb :key="$route.path">
<bpa-breadcrumb-item
v-for="(pathItem, pathIndex) in path"
:key="`pathIndex-${pathIndex}`"
:title="`goto${pathItem.title}`"
:to="pathItem.url"
>
{{ pathItem.title }}
</bpa-breadcrumb-item>
</bpa-breadcrumb>