base
"breadcrumb"
String
mod-icon
empty string
String
mod-item
empty string
String
mod-separator
empty string
String
name
empty string
String
path
[]
Array
separator
"/"
String
variant
empty string
String
mod-*
propsPath is an Array
of Objects
where each object should have label
property and to
or href
property that are used as to
prop for router-link. Optional icon
property is a name of the icon that prepends element of the path.
let path = [
{
label: "Home",
to: "/",
},
{
label: "Documentation",
to: "/",
},
{
label: "Breadcrumb",
},
],;