修复:Gitalk登录报错的问题

This commit is contained in:
2022-08-14 13:14:36 +08:00
parent abd80c6b77
commit fdad66d197
10 changed files with 62 additions and 41 deletions

View File

@@ -13,8 +13,6 @@
import DefaultTheme from 'vitepress/theme'
import { useData } from 'vitepress'
import md5 from 'blueimp-md5'
import Comment from './components/Comment.vue'
import Footer from './components/Footer.vue'
const { Layout } = DefaultTheme
const { page, theme, frontmatter } = useData()