[Vuejs]-Vue.js – how to import a component? (MIME type error)

-2👍

Can’t your install it with npm or yarn ?

npm install vue-google-autocomplete –save

Or

yarn add vue-google-autocomplete

Then import it

import VueGoogleAutocomplete from 'vue-google-autocomplete'

Leave a comment