OfficeSystem/node_modules/@climblee/uv-ui/components/uv-cell-group/props.js
WindowBird 7ab9e16c35 init
2025-10-30 16:42:12 +08:00

15 lines
207 B
JavaScript

export default {
props: {
// 分组标题
title: {
type: String,
default: ''
},
// 是否显示外边框
border: {
type: Boolean,
default: true
},
...uni.$uv?.props?.cellGroup
}
}