Miguel Stevens
Miguel Stevens
This doesn't seem to be working, is this deprecated? can't seem to find it in the docs
Found a way to do it. Install the plugin without specifying options ``` Vue.use(VueGoogleMaps); ``` In your component ``` beforeMount () { VueGoogleMaps.loadGmapApi({ key: 'your-g-api-key, libraries: 'places' }) }, ```
@robertsLando It's different, since it doesn't depend on environment variables, but you can use ajax methods and vuex store methods for example, since it's embedded in your component, whereas your...
@ghisleouf I'm not sure if I understand correctly, but what would you like to reduce? I guess you're using the whole code, since the import requires `import * as VueGoogleMaps`,...
It's still giving the wrong position here. Any other news? I'm using bootstrap 2 in combination with this plugin and the area is completely off
What is the "parent solution" ?
Hi! I just manage to solve the problem.. Bootstrap 2 was overriding some of the css that was causing this issue, in bootstrap.css ``` img { width: auto\9; height: auto;...
Thanks josephspens. I've also spent tons of time to get imgareaselect working. The trick is to not resize the image with css. Problem is when users upload images that are...
Doesn't the user get a wrong idea of what the image will look like?