Breadcrumb New
New
Breadcrumbs are a navigation system used to show a user's location in a site or app.
Usage
Props
| Name | Type | Default | Description |
|---|---|---|---|
| modelValue | <{ name: string separator?: String to: RouteLocationRaw icon: string }>[] | [] | bind breadcrumb options. |
| replace | boolean | false | equivalent to replace in vue router. |
| separator | string | '/' | set toolseparator. |
Play UI