仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
parkBike
森林公园自行车项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
小程序
MrShi
2023-10-13
9fca254349144bb63fa62261a85dacc87c43e4d2
[productDev/parkBike.git]
/
bicycle
/
node_modules
/
uview-ui
/
components
/
u-cell-group
/
props.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
props: {
// 分组标题
title: {
type: String,
default: uni.$u.props.cellGroup.title
},
// 是否显示外边框
border: {
type: Boolean,
default: uni.$u.props.cellGroup.border
}
}
}