Inndy / vue-clipboard2

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

get error Cannot read property 'nodeName' of null #108

Open abdallahboucedraya opened 3 years ago

abdallahboucedraya commented 3 years ago

this.$copyText(this.message).then( function (e) { alert("Copied"); console.log(e); }, function (e) { alert("Can not copy"); console.log(e); } );

i get Cannot read property 'nodeName' of null