inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
280 stars 57 forks source link

Feature: Make Loader libraries configurable #25

Closed arturh85 closed 3 years ago

arturh85 commented 3 years ago

Currently the libraries loaded are hardcoded in the GoogleMap component, please expose a property called libraries which if set would override the default.

arturh85 commented 3 years ago

24