新增:初步使用gitalk集成评论功能
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<template #doc-footer-before>
|
||||
|
||||
<template #doc-after>
|
||||
<Comment />
|
||||
</template>
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import Comment from './Comment.vue'
|
||||
|
||||
const { Layout } = DefaultTheme
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user