Inndy/vue-clipboard2

get error Cannot read property 'nodeName' of null

abdallahboucedraya opened this issue · 0 comments

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