A Vue 3 component for Google address autocomplete
npm install vue3-google-address-autocompleteThis project provides a Vue 3 component that uses Google's Places API for address autocomplete functionality.

Before you begin, you will need a Google Maps API key from Google Cloud Platform Console. You'll also need to enable the Maps JavaScript API and the Places API.
To install this component in your project, use npm or yarn:
``bash`
npm install vue3-google-address-autocomplete
`bash`
yarn add vue3-google-address-autocomplete
`vue
v-model="address"
@callback="callbackFunction"
class="css-class-here"
placeholder="placeholder if you wish"
/>
``