Skip to content

Commit 116fcc9

Browse files
docs: use vue <slot> (#3460)
1 parent c7a9af3 commit 116fcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/8.studio/3.content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ You can create Vue components and integrate them into Markdown. They just need t
7777
</div>
7878
<div class="flex flex-col">
7979
<h3 class="font-semibold">
80-
<ContentSlot name="title" />
80+
<slot name="title" />
8181
</h3>
8282
<span>
83-
<ContentSlot name="description" />
83+
<slot name="description" />
8484
</span>
8585
</div>
8686
</div>

0 commit comments

Comments
 (0)