Inndy / vue-clipboard2

A simple vue2 binding to clipboard.js
https://vue-clipboard2.inndy.tw/
MIT License
1.77k stars 242 forks source link

clipboard2 hasAttribute is not a function #143

Open freshgeek opened 1 year ago

freshgeek commented 1 year ago
"vue-clipboard2": "^0.3.3",
"element-ui": "^2.15.6",

Uncaught TypeError: t.hasAttribute is not a function at t.exports (clipboard.min.js:7:1) at f (clipboard.min.js:7:1) at s (clipboard.min.js:7:1) at r.value (clipboard.min.js:7:1) at HTMLButtonElement.eval (clipboard.min.js:7:1) at eval (vue-clipboard.js:29:1)

Hucy commented 1 year ago

convert copied value from number to string this worked for me