chore: 需要排除Button组件 全局已经默认导入了

This commit is contained in:
dap 2024-11-29 16:42:34 +08:00
parent 3afb8395a7
commit 7461693aa7
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
**Others**
- 角色管理 优化Drawer布局
- unplugin-vue-components插件(默认未开启) 需要排除Button组件 全局已经默认导入了
# 1.1.2

View File

@ -20,6 +20,8 @@ export default defineConfig(async () => {
// dts: './types/components.d.ts', // 输出类型文件
// resolvers: [
// AntDesignVueResolver({
// // 需要排除Button组件 全局已经默认导入了
// exclude: ['Button'],
// importStyle: false, // css in js
// }),
// ],