mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			254 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			254 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
const viewGenerator = require('./plop/view/prompt.js')
 | 
						|
const componentGenerator = require('./plop/component/prompt.js')
 | 
						|
 | 
						|
module.exports = function (plop) {
 | 
						|
  plop.setGenerator('view', viewGenerator)
 | 
						|
  plop.setGenerator('component', componentGenerator)
 | 
						|
}
 |