Merge branch 'main' of github.com:antd-tiny-vue/antd-tiny-vue into main

This commit is contained in:
zhuzhengjian 2023-04-27 11:30:47 +08:00
commit 5338a2fe92

View File

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