v1.0
This commit is contained in:
15
uni_modules/uv-grid/components/uv-grid-item/props.js
Normal file
15
uni_modules/uv-grid/components/uv-grid-item/props.js
Normal file
@ -0,0 +1,15 @@
|
||||
export default {
|
||||
props: {
|
||||
// 宫格的name
|
||||
name: {
|
||||
type: [String, Number, null],
|
||||
default: null
|
||||
},
|
||||
// 背景颜色
|
||||
bgColor: {
|
||||
type: String,
|
||||
default: 'transparent'
|
||||
},
|
||||
...uni.$uv?.props?.gridItem
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user