diegoazh / gmap-vue

A wrapper component for consuming Google Maps API built on top of Vue. Fork of the popular vue-google-maps plugin.
https://diegoazh.github.io/gmap-vue/
172 stars 51 forks source link

feat(v3): create independent instances of every component using a component key prop #315

Closed diegoazh closed 5 months ago

diegoazh commented 5 months ago

We added a key prop to every component to create independent instances for every one of them and we use a default key if you do not want to set the key and only use one instance of every component.

Solve: #309

diegoazh commented 5 months ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: