docs(breadcrumb): improve

This commit is contained in:
Benjamin Canac
2024-07-24 15:32:44 +02:00
parent aa301af926
commit 30de2373c5

View File

@@ -15,7 +15,7 @@ Use the `items` prop as an array of objects with the following properties:
- `label?: string`{lang="ts-type"}
- `icon?: string`{lang="ts-type"}
- `avatar?: AvatarProps`{lang="ts-type"}
- `slot?: string`{lang="ts-type"}
- [`slot?: string`{lang="ts-type"}](#with-custom-slot)
You can also pass any property from [NuxtLink](https://nuxt.com/docs/api/components/nuxt-link#props) component such as `to`, `target`, etc.