CASH-323
formating
This commit is contained in:
parent
41c039e332
commit
94742221f2
2 changed files with 6 additions and 6 deletions
|
|
@ -201,11 +201,11 @@ export default {
|
||||||
isItac: Boolean,
|
isItac: Boolean,
|
||||||
isNoComp: Boolean,
|
isNoComp: Boolean,
|
||||||
isExpandedOnLoad: Boolean,
|
isExpandedOnLoad: Boolean,
|
||||||
showPromoModalQuestion:{
|
showPromoModalQuestion: {
|
||||||
default:true,
|
default: true,
|
||||||
type:Boolean,
|
type: Boolean,
|
||||||
required:false
|
required: false,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -249,7 +249,7 @@ export default {
|
||||||
"true"
|
"true"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
ShowPromoModalQuestion(){
|
ShowPromoModalQuestion() {
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
isRecalibrationOnOrder() {
|
isRecalibrationOnOrder() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue