mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	uni-app引入使用uView
This commit is contained in:
		| @@ -0,0 +1,14 @@ | ||||
| export default { | ||||
|     props: { | ||||
|         // 宫格的name | ||||
|         name: { | ||||
|             type: [String, Number, null], | ||||
|             default: uni.$u.props.gridItem.name | ||||
|         }, | ||||
|         // 背景颜色 | ||||
|         bgColor: { | ||||
|             type: String, | ||||
|             default: uni.$u.props.gridItem.bgColor | ||||
|         } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 sfmind
					sfmind