mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			189 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
    props: {
 | 
						|
        // 用于滚动到指定item
 | 
						|
        anchor: {
 | 
						|
            type: [String, Number],
 | 
						|
            default: uni.$u.props.listItem.anchor
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |