darrenjennings / vue-autosuggest

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

feat(css): configurable prefix #184

Closed darrenjennings closed 4 years ago

darrenjennings commented 4 years ago

If componentAttrClassAutosuggest* props are defined, then they will be used, otherwise it will default to using a prefix.

Fixes #97