Open avxkim opened 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 />?
<gmap-autocomplete />
<GmapMap />
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 />
?