From 30de2373c5341b22c65860c0da303d4fe731b2a1 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 24 Jul 2024 15:32:44 +0200 Subject: [PATCH] docs(breadcrumb): improve --- docs/content/3.components/breadcrumb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.components/breadcrumb.md b/docs/content/3.components/breadcrumb.md index 1fc0cda4..adad5999 100644 --- a/docs/content/3.components/breadcrumb.md +++ b/docs/content/3.components/breadcrumb.md @@ -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.