UNPKG
uview-costom
Version:
latest (3.1.31)
3.1.31
uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水
github.com/ijry/uview-plus
ijry/uview-plus
uview-costom
/
components
/
u-cell-group
/
props.js
16 lines
(15 loc)
•
345 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
defprops from
'../../libs/config/props'
; export
default
{ props: {
// 分组标题
title: {
type
: String,
default
: defprops.cellGroup.title },
// 是否显示外边框
border: {
type
: Boolean,
default
: defprops.cellGroup.border } } }