zhangmeng
2024-04-19 e3ba120cb766a17e098e58d11c39ffc600a3070c
commit | author | age
e3ba12 1 export default {
Z 2     props: {
3         // 分组标题
4         title: {
5             type: String,
6             default: uni.$u.props.cellGroup.title
7         },
8         // 是否显示外边框
9         border: {
10             type: Boolean,
11             default: uni.$u.props.cellGroup.border
12         }
13     }
14 }