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

View File

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