From 4774c6c35ecbbfd765e9e884ec1040e1b65aece5 Mon Sep 17 00:00:00 2001 From: Cameron Childress Date: Thu, 16 May 2024 10:37:38 -0400 Subject: [PATCH] docs: better excerpt description (#2633) --- docs/content/4.components/2.content-renderer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/4.components/2.content-renderer.md b/docs/content/4.components/2.content-renderer.md index 00129594f..304c6a265 100644 --- a/docs/content/4.components/2.content-renderer.md +++ b/docs/content/4.components/2.content-renderer.md @@ -17,7 +17,7 @@ Other types will currently be passed to default slot via `v-slot="{ data }"` or - `tag`: The tag to use for the renderer element if it is used. - Type: `string` - Default: `'div'` -- `excerpt`: Whether or not to render the excerpt. +- `excerpt`: Whether to render the excerpt only without the rest of the content. - Type: `boolean` - Default: `false` - `components`: The map of custom components to use for rendering. This prop will pass to markdown renderer and will not affect other file types.