AlbertLucianto / vue-text-highlight

Text highlighter library for Vue.js :lipstick:
https://albertlucianto.github.io/vue-text-highlight
MIT License
326 stars 35 forks source link

Events when click on the highlighted word #7

Closed calebeaires closed 5 years ago

calebeaires commented 5 years ago

Would be useful If an event is triggered when the user clicks on a highlighted word.

AlbertLucianto commented 5 years ago

@calebeaires I'm planning to provide a prop for custom component for the highlighted word. In that case, that component may include handling for user clicks.

AlbertLucianto commented 5 years ago

@calebeaires now custom component is supported in v2. Hope this can suit your requirements.