vue-clipboard2
vue-clipboard2 copied to clipboard
what should be the type of event in copy method
I need to use this in the TS environment, so what should the event type be in the handleCopy, handleError method?
I used clipboardEvent but it says text property doesn't exist in event.