Guillaume Leclerc
Guillaume Leclerc
I thought the .sync was supposed to be define by both the component and the user, am I wrong ?
I think I should have used v-text. I'm sorry I don't have the time to fix this week. :/ I'll do it as soon as I can
I'll have to look at this. I think there is way to pass a dom element to a info window. It might be working too. Maybe vue would still be...
It is because `vue-google-maps` is cloning the content of InfoWindows inside the map. This is why two way data bindings and events does not. I don't have time to implement...
No as you can see few lines before `el` is not `this.$el`, is a deep cloned version of `this.$el`. Maybe it would work by passing `this.$el` but I think it...
Hello, Geocode is a totally different service that google maps. Vue.js is a front-end framework meaning it's job is to display things. Since geocoding is not something you see but...
@curtisblackwell I usually use the JSON API for geocoding purposes but of course you can access the api. `google` is available on the global scope as soon as the `loaded`...
It should be possible, I never tested it though. Do you have a jsfiddle with the error ?
My company plans on switching from vue to React when vu2 comes out so I guess I won't be able to do it during my working hours. Moreover I think...
Do you have any more information than this ?