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

How to place a searchbox within the map? #624

Open avxkim opened 5 years ago

avxkim commented 5 years ago

I've tried to use a slot, like you described in this topic: https://github.com/xkjyeah/vue-google-maps/issues/107

But, seems like this slot isn't working. Is there a way to put my <gmap-autocomplete /> inside <GmapMap />?