darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

cant get it to work on heroku #231

Open GMolini opened 2 years ago

GMolini commented 2 years ago

"node": "15.3.0", "npm": "7.0.14" "vue-autosuggest": "2.2.0",

Im really baffled because it works absolutely fine on localhost, but when I push to heroku the suggestions disappear and dont get triggered. I can see the html being generated, but the popups dont appear:

image

Any idea about why this might be happening? Many thanks

vencho-mdp commented 2 years ago

It would be great if you could give more details about your env. Are you using Vue SPA, Nuxt or something else? Which vue version are you using? Do you have a reproduction link?