Prettified
This commit is contained in:
parent
05703387b4
commit
b192925225
2 changed files with 3 additions and 5 deletions
|
|
@ -209,7 +209,7 @@ export default {
|
|||
get: function () {
|
||||
return document.getElementById("autocomplete");
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
loadGooglePlacesAutocompleteScript() {
|
||||
|
|
@ -259,7 +259,7 @@ export default {
|
|||
if (this.matchFound !== null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
const event = new Event("place_changed");
|
||||
|
||||
// When either of the two enter keys or the tab key are pressed
|
||||
|
|
@ -277,7 +277,6 @@ export default {
|
|||
// Otherwise fill-in the address using first item from the list.
|
||||
this.fillInAddressUsingFirstItem();
|
||||
}
|
||||
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
@ -434,7 +433,6 @@ export default {
|
|||
},
|
||||
{ deep: true, flush: "post" }
|
||||
);
|
||||
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ export default {
|
|||
},
|
||||
modal() {
|
||||
return this.$refs[this.modalName];
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
resetAlerts() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue