BosNaufal / vue2-autocomplete

Vue 2 Component to make Autocomplete element.
MIT License
233 stars 89 forks source link

Can't get the list to show #78

Closed danieljosephbrennan closed 6 years ago

danieljosephbrennan commented 6 years ago

I used yarn add vue2-autocomplete-js to install. import Autocomplete from 'vue2-autocomplete-js components: { Autocomplete } The field is visible. The ajax runs. An empty list sometimes appears, depending on which url i ajax to. List is not populated and usually not even visible.

Is this installation method not the one you use?