This commit is contained in:
xin
2025-05-07 11:10:44 +08:00
parent 8820b28ab8
commit fb037dbf6f
56 changed files with 2679 additions and 470 deletions

View File

@ -5,7 +5,9 @@ import {BootstrapVueNextResolver} from 'unplugin-vue-components/resolvers'
// https://vitejs.dev/config/
export default defineConfig(async () => ({
plugins: [vue(),
plugins: [vue({
include: [/\.vue$/, /\.md$/], // 允许vue组件处理md文件
}),
Components({
resolvers: [BootstrapVueNextResolver()],
}),