import{createApp}from'vue'importVueGoogleMapsfrom'@fawmi/vue-google-maps'constapp=createApp(App);app.use(VueGoogleMaps,{load:{key:'YOUR_API_KEY_COMES_HERE',libraries:"visualization"},}).mount('#app') <template> <GMapMapref="myMapRef":center="center":zoom="zoom"style="width:100%;heig...
fawmi / vue-google-maps Public Notifications Fork 103 Star 197 Code Issues 58 Pull requests 14 Discussions Actions Projects Security Insights CommitMerge pull request #99 from fawmi/dependabot/npm_and_yarn/docs/url-pa… Browse files …rse-1.5.10 Bump url-parse from 1.5.8 to ...