mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import components from 'unplugin-vue-components/vite'
 | |
| 
 | |
| export default function createComponents() {
 | |
|   return components({
 | |
|     // 指定组件位置,默认是 src/components 自动导入自定义组件
 | |
|     dirs: ['src/components'],
 | |
|     extensions: ['vue', 'tsx'],
 | |
|     // 配置文件生成位置
 | |
|     dts: './src/types/components.d.ts',
 | |
|   })
 | |
| }
 |