[Vuejs]-Vuejs Google place autocomplete with typescript & vue-property-decorator

1👍

Error says “not an instance of HTMLInputElement”.

Use an input element instead of the textarea element

<input type="text />

Leave a comment