You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This component uses Google Maps Places API to get geo suggests for autocompletio
33
33
</html>
34
34
```
35
35
36
-
To obtain API key please visit the [Google Developer Console](https://console.developers.google.com). The API's that you have to enable in your Google API Manager Dashboard are [Google Maps Geocoding API](https://developers.google.com/maps/documentation/geocoding/start), [Google Places API Web Service](https://developers.google.com/places/web-service/) and [Google Maps Javascript API](https://developers.google.com/maps/documentation/javascript/).
36
+
To obtain API key please visit the [Google Developer Console](https://console.developers.google.com). The API's that you have to enable in your Google API Manager Dashboard are [Google Maps Geocoding API](https://developers.google.com/maps/documentation/geocoding/start), [Google Places API Web Service](https://developers.google.com/places/web-service/) and [Google Maps Javascript API](https://developers.google.com/maps/documentation/javascript/).
37
37
38
38
The easiest way to use Vue Google Autocomplete is to install it from **npm** or **yarn**.
39
39
@@ -235,15 +235,15 @@ Please note that you need to provide what method will listen (`v-on:placechanged
235
235
236
236
The example below shows the correct usage of the `types` parameter, when limiting the search to cities:
0 commit comments