darrenjennings / vue-autosuggest

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

resolves issue 49 #50

Closed ronaldborman closed 6 years ago

ronaldborman commented 6 years ago

Expands/changes the documentation for renderSuggestion, so that the use of babel-plugin-transform-vue-jsx is not required when returning a JSX fragment. See issue 49.

Feel free to make any changes.