新生报到移动端V1.0
This commit is contained in:
14
uni_modules/uview-ui/components/u-grid-item/props.js
Normal file
14
uni_modules/uview-ui/components/u-grid-item/props.js
Normal file
@@ -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