Skip to content

Commit 838e663

Browse files
authored
Merge pull request #70 from Xvezda/main
Fix import error in example page
2 parents 03ab024 + c3c0786 commit 838e663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html>
33
<head>
44
<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> -->
5+
<script type="module" src="https://unpkg.com/@github/clipboard-copy-element@latest"></script>
6+
<!-- <script type="module" src="../dist/index.js"></script> -->
77
<style>
88
clipboard-copy {
99
-webkit-appearance: button;

0 commit comments

Comments
 (0)