Prettified
This commit is contained in:
parent
05703387b4
commit
b192925225
2 changed files with 3 additions and 5 deletions
|
|
@ -277,7 +277,6 @@ export default {
|
||||||
// Otherwise fill-in the address using first item from the list.
|
// Otherwise fill-in the address using first item from the list.
|
||||||
this.fillInAddressUsingFirstItem();
|
this.fillInAddressUsingFirstItem();
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -434,7 +433,6 @@ export default {
|
||||||
},
|
},
|
||||||
{ deep: true, flush: "post" }
|
{ deep: true, flush: "post" }
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ export default {
|
||||||
},
|
},
|
||||||
modal() {
|
modal() {
|
||||||
return this.$refs[this.modalName];
|
return this.$refs[this.modalName];
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
resetAlerts() {
|
resetAlerts() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue