João
João
@khenam First, sorry for the noob question! :) I downloaded your version to my node_modules folder (I'm using webpack / vue-cli). How can I use then now? I tried the...
@khenam Tks for response. That way works partially: the **vue-map-container** are created, google maps' scripts are injected but the map itself its not rendered. =( Without webpack it worked: http://jsfiddle.net/uebbi/tck3kn5p/4/
For those who need: example of integration between Vue.js 2 + VueGoogleMaps with vue-cli / webpack: https://github.com/uebbi/vue-google-maps-example Not the best solution, but works!
@gstrobl Fixed! Try again.
Example updated! Using vue2-google-maps - https://github.com/uebbi/vue-google-maps-example
**Solution**: http://jsfiddle.net/uebbi/tck3kn5p/4/ You must use the [@khenam](https://github.com/khenam) fork's version of vue-google-maps (compatible with Vue 2) and adjust explicitly the height of div wrapper (check code).