This commit is contained in:
14
src/components/MarkdownContent.vue
Normal file
14
src/components/MarkdownContent.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<HopeMarkdownContent v-bind="$attrs" data-clarity-region="article">
|
||||
<template #contentBefore>
|
||||
<slot name="contentBefore" />
|
||||
</template>
|
||||
<template #contentAfter>
|
||||
<slot name="contentAfter" />
|
||||
</template>
|
||||
</HopeMarkdownContent>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import HopeMarkdownContent from 'vuepress-theme-hope/components/base/MarkdownContent'
|
||||
</script>
|
||||
Reference in New Issue
Block a user