Open jamols09 opened 1 year ago
I can't seem to copy the value of the second method that uses copyClipboard
const copyCode = async () => { await toClipboard(promocode.value) } const copyID = async () => { await toClipboard(id.value) }
Hi, thanks for reporting this issue @jamols09! Unfortunately I don't maintain this repository pro-actively anymore. I instead recommend using vueuse instead.
I can't seem to copy the value of the second method that uses copyClipboard