mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 00:57:11 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			193 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			193 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import VueDevTools from 'vite-plugin-vue-devtools'
 | |
| 
 | |
| export default function createDevtools(env) {
 | |
|   const { VITE_OPEN_DEVTOOLS } = env
 | |
|   return VITE_OPEN_DEVTOOLS === 'true' && VueDevTools()
 | |
| }
 |