refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-04-27 07:46:27 +08:00
parent 41e46a5d80
commit 251b5b9664
9 changed files with 255 additions and 215 deletions

View File

@ -16,6 +16,7 @@ export default (srcPath: string) => {
}),
Components({
dts: 'src/typings/components.d.ts',
types: [{ from: 'vue-router', names: ['RouterLink', 'RouterView'] }],
resolvers: [NaiveUiResolver(), IconsResolver({ customCollections: ['custom'], componentPrefix: 'icon' })]
})
];