JamieCurnow / vue-clipboard3

Easily copy to clipboard in Vue 3
MIT License
129 stars 13 forks source link

How can I get the contents of the clipboard? #12

Open crushjjl opened 1 year ago

crushjjl commented 1 year ago

no Https and Permissions,i can't use "navigator?.clipboard?.read()" Api. use "document.addEventListener("paste", (event) => {}" ,It does not work...