Skip to content

steveDL/vue-google-maps-places

Repository files navigation

VueGmapsPlaces

Your plugin description...

Installation

1. Install

yarn add vue-google-maps-places
# or
npm i vue-google-maps-places --save

2. Plug-in

import VueGmapsPlaces from 'vue-google-maps-places'

Vue.use(VueGmapsPlaces)

new Vue({
  // your vue config
  $vueGmapsPlacesSettings: new VueGmapsPlaces(),
})

3. Use in your components

<template>
  <vue-google-maps-places />
</template>

<script>
  export default {
    async created() {
      console.log(this.$$vueGmapsPlaces);
    },
  };
</script>

License

MIT

About

An unfinished Vue plugin for google maps using place ID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published