New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
const props = {
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
},
|
||||
left: {
|
||||
type: Array,
|
||||
},
|
||||
opened: {
|
||||
type: null,
|
||||
value: false,
|
||||
},
|
||||
right: {
|
||||
type: Array,
|
||||
},
|
||||
style: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user