fix(other): disabled unplugin generate .d.ts

This commit is contained in:
张传龙 2022-07-10 22:24:23 +08:00
parent 06b3afc2de
commit 18b8a81640

View File

@ -17,6 +17,7 @@ const customIconPath = getRootPath('src', 'assets/icons')
export default [
AutoImport({
imports: ['vue', 'vue-router'],
dts: false,
}),
Icons({
compiler: 'vue3',
@ -28,5 +29,6 @@ export default [
}),
Components({
resolvers: [NaiveUiResolver(), IconsResolver({ customCollections: ['custom'], componentPrefix: 'icon' })],
dts: false,
}),
]