Refactor
parent
e6d7b2677d
commit
3f169ac365
|
@ -6,7 +6,7 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
pt: {
|
pt: {
|
||||||
type: Object,
|
type: Object,
|
||||||
value: {}
|
default: undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -6,11 +6,11 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
label: {
|
label: {
|
||||||
type: String,
|
type: String,
|
||||||
value: undefined
|
default: undefined
|
||||||
},
|
},
|
||||||
spin: {
|
spin: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
value: false
|
default: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue