Skip to content

Commit

Permalink
docs: better excerpt description (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncf committed May 16, 2024
1 parent 22fcaae commit 4774c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/4.components/2.content-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4774c6c

Please sign in to comment.