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

fix default properties #49

Closed dblythy closed 3 years ago

dblythy commented 3 years ago

Closes #48.

Even though the props are marked as required="false", Vue sets them to "false" if they are not specified.

netlify[bot] commented 3 years ago

👷 Deploy request for vue3-google-map pending review. Visit the deploys page to approve it

🔨 Explore the source changes: d81e28d1a3e50d1388f5ebc76a0b613092a9adea

dblythy commented 3 years ago

Ready for review @HusamIbrahim

HusamElbashir commented 3 years ago

Thanks @dblythy!