Skip to content

Commit

Permalink
docs: temporary use <Markdown>
Browse files Browse the repository at this point in the history
Wait for Docus upgrade to move to `<ContentSlot>`
  • Loading branch information
farnabaz committed Aug 17, 2022
1 parent 28c49c0 commit ac95d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/content/ExampleTheTitle.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<h1 class="text-4xl">
<ContentSlot :use="$slots.default" unwrap="p" />
<Markdown :use="$slots.default" unwrap="p" />
</h1>
</template>
2 changes: 1 addition & 1 deletion docs/components/content/MyButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defineProps({

<template>
<button :class="type">
<ContentSlot :use="$slots.default" unwrap="p" />
<Markdown :use="$slots.default" unwrap="p" />
</button>
</template>

Expand Down

0 comments on commit ac95d13

Please sign in to comment.