New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
const props = {
|
||||
defaultExpandAll: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
},
|
||||
expandIcon: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
expandMutex: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'default',
|
||||
},
|
||||
value: {
|
||||
type: Array,
|
||||
value: null,
|
||||
},
|
||||
defaultValue: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user