Vue.use(VueMapbox, options);
mapboxgl
Object
plugins
Array<Object>
import VueMapbox from "vue-mapbox";
import MapboxGeocoder from "@mapbox/mapbox-gl-geocoder";
import Mapbox from "mapbox-gl";
Vue.use(VueMapbox, {
mapboxgl: Mapbox,
plugins: [{ mapboxGeocoder: MapboxGeocoder }]
});