mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-05 03:23:13 +08:00
chore: add docs
This commit is contained in:
@ -1,12 +1,7 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vueJsxPlugin from '@vitejs/plugin-vue-jsx'
|
||||
import { VitePluginVitepressDemo } from 'vite-plugin-vitepress-demo'
|
||||
import VitePluginVitepressDemo from 'vite-plugin-vitepress-demo'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
vueJsxPlugin(),
|
||||
VitePluginVitepressDemo({
|
||||
glob: ['**/demos/**/*.vue']
|
||||
})
|
||||
]
|
||||
plugins: [vueJsxPlugin(), VitePluginVitepressDemo()]
|
||||
})
|
||||
|
Reference in New Issue
Block a user