mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			202 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default {
 | |
|     props: {
 | |
|         // 是否自动关闭其他swipe按钮组
 | |
|         autoClose: {
 | |
|             type: Boolean,
 | |
|             default: uni.$u.props.swipeAction.autoClose
 | |
|         }
 | |
|     }
 | |
| }
 | 
