vue-clipboard3
vue-clipboard3 copied to clipboard
How can I get the contents of the clipboard?
no Https and Permissions,i can't use "navigator?.clipboard?.read()" Api. use "document.addEventListener("paste", (event) => {}" ,It does not work...