Skip to content

Commit acdc004

Browse files
authored
docs: add data pops in ContentRendererMarkdown
1 parent 8ed394e commit acdc004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/4.components/2.content-renderer.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Other types will currently be passed to default slot via `v-slot="{ data }"` or
2323
- `components`: The map of custom components to use for rendering. This prop will pass to markdown renderer and will not affect other file types.
2424
- Type: `object`
2525
- Default: `{}`
26+
- `data`: A map of variables to inject into the markdown content for later use in binding variables.
27+
- Type: `object`
28+
- Default: `{}`
2629

2730
## Slots
2831

0 commit comments

Comments
 (0)