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

Support IE #5

Closed taeyeon-Kim closed 5 years ago

taeyeon-Kim commented 5 years ago

clone-regexp or is-regexp which is used in vue-text-higlight is not babel compiled, so that this does not work in IE. It is necessary to make it compiled through bebel.

Issued By : not support IE #4

AlbertLucianto commented 5 years ago

@duszzang LGTM, merging it. Thanks!