From 06ef6b64e560b924975e1aee2304dfa89fa45fed Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Wed, 20 May 2020 12:10:14 +0530 Subject: [PATCH] fix: no mapboxgl detected issue - ref https://github.com/soal/vue-mapbox-geocoder/pull/8 --- src/GeocoderControl.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/GeocoderControl.js b/src/GeocoderControl.js index 8f6a1371..e32a054a 100644 --- a/src/GeocoderControl.js +++ b/src/GeocoderControl.js @@ -78,6 +78,10 @@ export default { type: String, default: null, }, + mapboxgl: { + type: Object, + default: null, + }, }, data() {