New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
const props = {
|
||||
animation: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
delta: {
|
||||
type: Number,
|
||||
value: 1,
|
||||
},
|
||||
fixed: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
leftArrow: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
},
|
||||
titleMaxLength: {
|
||||
type: Number,
|
||||
},
|
||||
visible: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user