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/
173 stars 51 forks source link

fix(v3): change inject for composable to get component promise #324

Closed diegoazh closed 6 months ago

diegoazh commented 6 months ago

The inject key can only be used on descendants, not on siblings. It's more accurate to use composables on the mounted hook.

Solve: #323

update-docs[bot] commented 6 months ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes.

diegoazh commented 6 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: