project init & fix ui
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
const props = {
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
externalClasses: {
|
||||
type: Array,
|
||||
},
|
||||
loadingBarHeight: {
|
||||
type: String,
|
||||
optionalTypes: [Number],
|
||||
value: 50,
|
||||
},
|
||||
loadingProps: {
|
||||
type: Object,
|
||||
},
|
||||
loadingTexts: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
maxBarHeight: {
|
||||
type: String,
|
||||
optionalTypes: [Number],
|
||||
value: 80,
|
||||
},
|
||||
refreshTimeout: {
|
||||
type: Number,
|
||||
value: 3000,
|
||||
},
|
||||
value: {
|
||||
type: Boolean,
|
||||
value: null,
|
||||
},
|
||||
defaultValue: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user