Skip to content

Commit b6a340c

Browse files
chore: update docs
- ref soal#10
1 parent 35b7b1d commit b6a340c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Now you can add geocoder control like other controls:
3131
<script>
3232
import { MglMap } from 'vue-mapbox';
3333
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'
3437
3538
export default {
3639
name: 'App',

0 commit comments

Comments
 (0)