UNPKG

google-maps-vue-library

Version:

This library is use to render google maps in your application. you will have to pass 'latLong' as a input to display google maps in your application. in case you want to add markers of your map neary by locations you will have to pass markers data as per

12 lines (11 loc) 353 B
// import Vue from 'vue'; // import GoogleMaps from "@/components/google-maps.vue"; // const Components = { // GoogleMaps, // }; // Object.keys(Components).forEach(name => { // Vue.component(name, Components[name]); // }); // export default Components import GoogleMaps from "@/components/google-maps.vue"; export default GoogleMaps;