Skip to content

Instantly share code, notes, and snippets.

@lobot
Created May 12, 2022 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobot/7f62c84dfb5e2275933c8f30b7f5a69f to your computer and use it in GitHub Desktop.
Save lobot/7f62c84dfb5e2275933c8f30b7f5a69f to your computer and use it in GitHub Desktop.
add autocomplete
<script setup>
import AddressAutocomplete from '@lob/vue-address-autocomplete'
import '@lob/vue-address-autocomplete/dist/styles.css'
</script>
<template>
<main>
<AddressAutocomplete
apiKey="YOUR_API_KEY_HERE"
/>
</main>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment