个人消息
This commit is contained in:
32
components/steps/props.js
Normal file
32
components/steps/props.js
Normal file
@@ -0,0 +1,32 @@
|
||||
const props = {
|
||||
current: {
|
||||
type: String,
|
||||
optionalTypes: [Number],
|
||||
value: null,
|
||||
},
|
||||
defaultCurrent: {
|
||||
type: String,
|
||||
optionalTypes: [Number],
|
||||
value: 0,
|
||||
},
|
||||
currentStatus: {
|
||||
type: String,
|
||||
value: 'process',
|
||||
},
|
||||
externalClasses: {
|
||||
type: Array,
|
||||
},
|
||||
layout: {
|
||||
type: String,
|
||||
value: 'horizontal',
|
||||
},
|
||||
readonly: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'default',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user