mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 20:06:48 +08:00
2022年5月29日 从svn移到git
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