fix(other): disabled unplugin generate .d.ts
This commit is contained in:
parent
06b3afc2de
commit
18b8a81640
@ -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,
|
||||
}),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user