We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ab024 + c3c0786 commit 838e663Copy full SHA for 838e663
examples/index.html
@@ -2,8 +2,8 @@
2
<html>
3
<head>
4
<title>Clipboard copy examples</title>
5
- <script src="https://unpkg.com/@github/clipboard-copy-element@latest" defer></script>
6
- <!-- <script src="../dist/index.js" defer></script> -->
+ <script type="module" src="https://unpkg.com/@github/clipboard-copy-element@latest"></script>
+ <!-- <script type="module" src="../dist/index.js"></script> -->
7
<style>
8
clipboard-copy {
9
-webkit-appearance: button;
0 commit comments