xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 475 forks source link

gmap-autocomplete pass a second or more argumnet to @place_changed function call #645

Closed yamenshahin closed 5 years ago

yamenshahin commented 5 years ago

How to pass more argument to @place_changed function call in gmap-autocomplete component

example: @place_changed="someFunction(place, secondArgument )"

yamenshahin commented 5 years ago

As far as I know it can't be done.