白色主题
This commit is contained in:
31
miniprogram_npm/tdesign-miniprogram/checkbox-group/props.js
Normal file
31
miniprogram_npm/tdesign-miniprogram/checkbox-group/props.js
Normal file
@@ -0,0 +1,31 @@
|
||||
const props = {
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
max: {
|
||||
type: Number,
|
||||
value: undefined,
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
value: {
|
||||
type: Array,
|
||||
value: null,
|
||||
},
|
||||
defaultValue: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user