euvl / v-clipboard

Simple and powerful clipboard plugin for Vue.js 2 and 3
MIT License
522 stars 39 forks source link

Typescript definition added #6

Closed francoismassart closed 5 years ago

francoismassart commented 5 years ago

Hi @euvl, here is my PR for https://github.com/euvl/v-clipboard/issues/5, I tested it in a private typescript project by:

  1. Removing the original v-clipboard by running npm uninstall v-clipboard
  2. Install & test my version running npm i https://github.com/francoismassart/v-clipboard#typescript-definition --save

NOTE: I did NOT bump the version number, I believe you can do it yourself once you accept this PR.

Let me know if you have questions ;-)