mirror of
				https://gitee.com/onvia/ccc-tnt-psd2ui
				synced 2025-11-04 13:26:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			171 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			171 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict'
 | 
						|
 | 
						|
if (process.env.NODE_ENV === 'production') {
 | 
						|
  module.exports = require('./dist/vue.cjs.prod.js')
 | 
						|
} else {
 | 
						|
  module.exports = require('./dist/vue.cjs.js')
 | 
						|
}
 |