MadimetjaShika / vuetify-google-autocomplete

A Vuetify ready Vue.js autosuggest component for the Google Places API.

Home Page:https://madimetjashika.github.io/vuetify-google-autocomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prop "language" doesn't work

ShevchenkoAnna opened this issue · comments

Hello!

I set language prop to 'uk', but it doesn't work and I get ouput result in Russian and Ukrainian.
v. 2.0.4

import VuetifyGoogleAutocomplete from 'vuetify-google-autocomplete';

Vue.use(VuetifyGoogleAutocomplete, {
  apiKey:API_KEY,
  language: 'uk'
});