vue-clipboard2 icon indicating copy to clipboard operation
vue-clipboard2 copied to clipboard

get error Cannot read property 'nodeName' of null

Open abdallahboucedraya opened this issue 4 years ago • 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

abdallahboucedraya avatar Feb 24 '21 09:02 abdallahboucedraya