darrenjennings / vue-autosuggest

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

doesn't work with Vue 2.6+ #109

Closed darrenjennings closed 5 years ago

darrenjennings commented 5 years ago

Slots api changed a bit in Vue 2.6, causing an error in how we reference them... should update with vue-autosuggest 1.8 and 2.0 and allow it to be backwards compatible. The fix should also include adding peer dependencies to package.json going forward.