chore: 需要排除Button组件 全局已经默认导入了
This commit is contained in:
parent
3afb8395a7
commit
7461693aa7
@ -8,6 +8,7 @@
|
||||
**Others**
|
||||
|
||||
- 角色管理 优化Drawer布局
|
||||
- unplugin-vue-components插件(默认未开启) 需要排除Button组件 全局已经默认导入了
|
||||
|
||||
# 1.1.2
|
||||
|
||||
|
@ -20,6 +20,8 @@ export default defineConfig(async () => {
|
||||
// dts: './types/components.d.ts', // 输出类型文件
|
||||
// resolvers: [
|
||||
// AntDesignVueResolver({
|
||||
// // 需要排除Button组件 全局已经默认导入了
|
||||
// exclude: ['Button'],
|
||||
// importStyle: false, // css in js
|
||||
// }),
|
||||
// ],
|
||||
|
Loading…
Reference in New Issue
Block a user