I'm using the component and trying to define my own label, as follows:
<vuetify-google-autocomplete id="map" label="Test" hint="Location" v-on:placechanged="geocode" > </vuetify-google-autocomplete>
On render, the component displays both "Test" (expected), and "Enter a location", presumably a default.
The default placeholder goes away after clicking on the component, leaving just "Test".

Here are my dependencies:
"dependencies": { "axios": "^0.21.1", "core-js": "^3.6.5", "papaparse": "^5.3.1", "vue": "^2.6.11", "vue-router": "^3.5.2", "vuetify": "^2.4.0", "vuetify-google-autocomplete": "^2.0.4", "vuex": "^3.6.2" },