diy
parent
362e2ddf19
commit
bc25c36495
|
|
@ -72,7 +72,7 @@
|
|||
default: true,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
default: false,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
default: true,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ export default {
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
default: '',
|
||||
},
|
||||
propKey: {
|
||||
type: Number,
|
||||
type: [String,Number],
|
||||
default: 0,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
export default {
|
||||
props: {
|
||||
propKey: {
|
||||
type: [Number, String],
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propValue: {
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
default: true,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propIndex: {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
default: false,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propIndex: {
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
default: 0,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propScale: {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propScale: {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
required: true,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propScale: {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propScale: {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
propScale: {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export default {
|
|||
default: false,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
default: false,
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
default: '',
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
default: () => ({}),
|
||||
},
|
||||
propKey: {
|
||||
type: String,
|
||||
type: [String,Number],
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue