From 3b168508f6b5af5343e2aa76b0badadd7a9d63a3 Mon Sep 17 00:00:00 2001 From: akul-ka Date: Wed, 17 Jul 2019 08:46:28 +0300 Subject: [PATCH] fix No mapboxgl detected in options error --- src/GeocoderControl.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/GeocoderControl.js b/src/GeocoderControl.js index b68ac0c6..e096d5f8 100644 --- a/src/GeocoderControl.js +++ b/src/GeocoderControl.js @@ -73,6 +73,10 @@ export default { type: Function, default: null }, + mapboxgl: { + type: Object, + default: null, + }, // Component options input: { type: String,