新增:Badge 徽章组件

This commit is contained in:
2022-09-03 11:31:54 +08:00
parent 09c88d4efc
commit 90e3812f3e
16 changed files with 82 additions and 14 deletions

View File

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