Skip to content

Instantly share code, notes, and snippets.

@softauthor
Created March 22, 2020 02:03
Show Gist options
  • Save softauthor/17c2e2069d24ef2fb8ad1f8dde20f503 to your computer and use it in GitHub Desktop.
Save softauthor/17c2e2069d24ef2fb8ad1f8dde20f503 to your computer and use it in GitHub Desktop.
data() {
return {
lat: 0,
lng: 0,
type: "",
radius: "",
places: []
};
},
computed: {
coordinates() {
return `${this.lat}, ${this.lng}`;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment