7 lines
		
	
	
		
			187 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | import CooperationUpdate from "./component"; | ||
|  | CooperationUpdate.install = function(Vue) { | ||
|  |   Vue.component(CooperationUpdate.name, CooperationUpdate); | ||
|  | } | ||
|  | 
 | ||
|  | export  default CooperationUpdate; |