Skip to content

Instantly share code, notes, and snippets.

@hfogelberg
Created February 25, 2018 17:45
Show Gist options
  • Save hfogelberg/d0f825f176eb4884652f9c9cf5112c13 to your computer and use it in GitHub Desktop.
Save hfogelberg/d0f825f176eb4884652f9c9cf5112c13 to your computer and use it in GitHub Desktop.
<script>
export default {
mounted() {
this.autocomplete = new google.maps.places.Autocomplete(
(this.$refs.autocomplete),
{types: ['geocode']}
);
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment