chore: change

This commit is contained in:
2023-03-28 08:25:18 +08:00
parent 163e29dfd1
commit f394f48853
9 changed files with 184 additions and 205 deletions

View File

@ -2,7 +2,8 @@ import type { Theme } from 'vitepress'
// eslint-disable-next-line import/no-named-as-default
import DefaultTheme from 'vitepress/theme'
import { AntdTheme } from 'vite-plugin-vitepress-demo/theme'
import Antd from '../../../components'
// @ts-expect-error this is a local module
import Antd from 'antd-tiny-vue'
export default {
...DefaultTheme,