chore: change

This commit is contained in:
aibayanyu 2023-04-20 07:15:36 +08:00
parent 7f296bc378
commit 01eb9af46c

View File

@ -2,6 +2,7 @@ import type { Theme } from 'vitepress'
// eslint-disable-next-line import/no-named-as-default
import DefaultTheme from 'vitepress/theme'
import AntdTheme from '../components/demo.vue'
// import { AntdTheme } from 'vite-plugin-vitepress-demo/theme'
export default {
...DefaultTheme,
async enhanceApp(ctx) {