mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			166 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			166 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default {
 | |
|     props: {
 | |
|         percentage: {
 | |
|             type: [String, Number],
 | |
|             default: uni.$u.props.circleProgress.percentage
 | |
|         }
 | |
|     }
 | |
| }
 | 
