We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b7b1d commit b6a340cCopy full SHA for b6a340c
README.md
@@ -31,6 +31,9 @@ Now you can add geocoder control like other controls:
31
<script>
32
import { MglMap } from 'vue-mapbox';
33
import MglGeocoderControl from '@geospoc/v-mapbox-geocoder';
34
+ // you can also import this in your main.js or nuxt.config.js
35
+ // or even main/global (s)css file
36
+ import '@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css'
37
38
export default {
39
name: 'App',
0 commit comments