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 86744d7 commit ebf04d9Copy full SHA for ebf04d9
README.md
@@ -6,10 +6,10 @@
6
7
First of all you need to install Mapbox GL and Vue-mapbox. [See vue-mapbox doc](https://soal.github.io/vue-mapbox/#/quickstart)
8
9
-Install mabbox-gl-geocoder:
+Install mabbox-gl-geocoder and vue-mapbox-geocoder:
10
11
```bash
12
-npm i @mapbox/mapbox-gl-geocoder
+npm i @mapbox/mapbox-gl-geocoder vue-mapbox-geocoder
13
```
14
15
Then, on plugin registration you need to add plugins option:
package.json
@@ -17,7 +17,7 @@
17
"license": "MIT",
18
"private": false,
19
"bugs": {
20
- "url": "https://github.com/soal/vue-mapbox/issues"
+ "url": "https://github.com/soal/vue-mapbox-geocoder/issues"
21
},
22
"homepage": "https://soal.github.io/vue-mapbox",
23
"jest": {
0 commit comments