Skip to content

Commit

Permalink
feat: support markdown docs in viteplay example
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jul 23, 2022
1 parent 3814f3d commit 6c12f77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ import TheComponent from '../TheComponent.vue'
<template>
<TheComponent msg="Hello Vue 3 + Vite" />
</template>

<docs lang="md">
### Markdown docs for Basic example
</docs>
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ import TheComponent from '../TheComponent.vue'
<template>
<TheComponent msg="Hello Vue 3 + Vite" />
</template>

<docs lang="md">
### Markdown docs for Second example
</docs>

0 comments on commit 6c12f77

Please sign in to comment.