xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 475 forks source link

Bug Fixes in ReadME documentation & Code Examples #622

Closed veryserioussoftwareendeavours closed 5 years ago

veryserioussoftwareendeavours commented 5 years ago

In order for this plugin to install all components automatically the 'installComponents' attribute must be explicitly set to true. This was not clear in the documentation because the necessary line to correctly set this attribute in the documentation example was commented out, implying that the attribute did not need to be included. This is confusing for developers during initial integration.

veryserioussoftwareendeavours commented 5 years ago

Added another bug fix in one of the code examples:

Bug Fix - InfoWindow Content does not parse HTML: Allow the content in the set InfoWindow to contain HTML.

diegoazh commented 5 years ago

Any one have comments on this changes?

veryserioussoftwareendeavours commented 5 years ago

https://stackoverflow.com/questions/56615125/integrating-google-maps-vuejs-components-vue2-google-maps-into-a-laravel-blade

diegoazh commented 5 years ago

Thank you @mcwayweb.