v1.0
This commit is contained in:
15
uni_modules/uv-cell/components/uv-cell-group/props.js
Normal file
15
uni_modules/uv-cell/components/uv-cell-group/props.js
Normal file
@ -0,0 +1,15 @@
|
||||
export default {
|
||||
props: {
|
||||
// 分组标题
|
||||
title: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
// 是否显示外边框
|
||||
border: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
...uni.$uv?.props?.cellGroup
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user