Update index.vue

This commit is contained in:
Edison Augusthy 2019-08-26 12:08:01 +05:30 committed by GitHub
parent 2b1a73e04d
commit 6f7fd2fc7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,6 +412,7 @@
var copyText = document.getElementById("response-details");
copyText.select();
document.execCommand("copy");
}
}
}
</script>