Inndy/vue-clipboard2

how to get the clipboard data????

AndyLue opened this issue · 1 comments

i had success to this.$copyText("Text to copy");

but ,now i want get the "Text to copy" in clipboard.

Inndy commented

It's not possible to read clipboard data with pure HTML5 and JavaScript. But it can be done through Java applet or Flash.