Skip to content

Commit bd34cec

Browse files
authored
Update README.MD (#712)
Added note about official NPM package not supporting the scoped replacement, and the availability of the alternate NPM package, until @xkjyeah can update it, as it is causing confusion that it is supported in the current package.
1 parent a9edf86 commit bd34cec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Inconvenient, but this means all other users don't have to bundle the marker clu
207207
in their source code.
208208

209209
### Autocomplete component
210-
The autocomplete supports cutsom text field via scoped slot
210+
The autocomplete supports custom text field via scoped slot
211211

212212
```html
213213
<gmap-autocomplete class="introInput" >
@@ -229,6 +229,10 @@ The v-on:listeners is rquired, v-on:attrs may or may not be required depending o
229229

230230
This requires vue 2.6 or higher for the new slot support.
231231

232+
**NOTE: The official NPM package does not support this until the NPM package is updated, you can use this alternate temporary one or build your own version from source.**
233+
234+
https://www.npmjs.com/package/vue2-google-maps-withscopedautocomp
235+
232236
### Adding your own components
233237

234238
It should be relatively easy to add your own components (e.g. Heatmap, GroundOverlay). please refer to the

0 commit comments

Comments
 (0)