We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<ContentDoc>
1 parent 5169f3d commit 0bfc275Copy full SHA for 0bfc275
docs/content/4.api/1.components/1.content-doc.md
@@ -34,8 +34,10 @@ The `default`{lang=ts} slot can be used to render the content via `v-slot="{ dat
34
<template>
35
<main>
36
<ContentDoc v-slot="{ doc }">
37
- <h1>{{ doc.title }}</h1>
38
- <ContentRenderer :value="doc" />
+ <article>
+ <h1>{{ doc.title }}</h1>
39
+ <ContentRenderer :value="doc" />
40
+ </article>
41
</ContentDoc>
42
</main>
43
</template>
0 commit comments