个人中心
This commit is contained in:
25
components/collapse/props.js
Normal file
25
components/collapse/props.js
Normal file
@@ -0,0 +1,25 @@
|
||||
const props = {
|
||||
defaultExpandAll: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
},
|
||||
expandIcon: {
|
||||
type: Boolean,
|
||||
value: null,
|
||||
},
|
||||
expandMutex: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
value: {
|
||||
type: Array,
|
||||
value: null,
|
||||
},
|
||||
defaultValue: {
|
||||
type: Array,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user