Skip to content
On this page

Breadcrumb
New

面包屑是一种导航系统,用于显示用户在网站或应用程序中的位置。

Usage

Props

NameTypeDefaultDescription
modelValue<{ name: string separator?: String to: RouteLocationRaw icon: string }>[][]绑定面包屑选项。
replacebooleanfalse等同于vue router中的 replace 方法。
separatorstring'/'面包屑的分隔符。

MIT Licensed