diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts index e06495f..d5f862d 100644 --- a/.vitepress/theme/index.ts +++ b/.vitepress/theme/index.ts @@ -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) {