mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-27 10:09:22 +08:00
refactor(projects): 代码优化
This commit is contained in:
@@ -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' })]
|
||||
})
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user