Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/docs/8.studio/3.content.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ You can create Vue components and integrate them into Markdown. They just need t
</div>
<div class="flex flex-col">
<h3 class="font-semibold">
<ContentSlot name="title" />
<slot name="title" />
</h3>
<span>
<ContentSlot name="description" />
<slot name="description" />
</span>
</div>
</div>
Expand Down