Skip to content

Commit

Permalink
Merge pull request #11 from geospoc/fix/mapbox-gl-issue
Browse files Browse the repository at this point in the history
fix: no mapboxgl detected issue
  • Loading branch information
vinayakkulkarni authored May 20, 2020
2 parents 9a0dc0e + 06ef6b6 commit 8e0ba70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GeocoderControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ export default {
type: String,
default: null,
},
mapboxgl: {
type: Object,
default: null,
},
},

data() {
Expand Down

0 comments on commit 8e0ba70

Please sign in to comment.