You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to your src/shims-vue.d.ts file (or any other src/*.d.ts file in src).
Then the component can be used with Vue + Typescript when registered globally (e.g. in main.ts) like this:
importTextHighlightfrom'vue-text-highlight';// import works nowVue.component('text-highlight',TextHighlight);
Great Library!
I'm using vue.js and typescript. Is there any typescript version for this library?
Please let me know
Thanks,
The text was updated successfully, but these errors were encountered: