mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			147 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			147 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/**
 | 
						|
 * 保存按钮
 | 
						|
 */
 | 
						|
Vue.component("submit-btn", {
 | 
						|
	template: '<button class="ui button primary" type="submit"><slot>保存</slot></button>'
 | 
						|
}); |