We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c2776c + 83c6c44 commit f4d57dbCopy full SHA for f4d57db
1 file changed
examples/index.html
@@ -23,7 +23,7 @@
23
</div>
24
</tab-container>
25
26
- <!-- <script src="../dist/index.umd.js"></script> -->
27
- <script src="https://unpkg.com/@github/tab-container-element@latest/dist/index.umd.js"></script>
+ <!-- <script src="../dist/index.js" type="module"></script> -->
+ <script src="https://unpkg.com/@github/tab-container-element@latest/dist/index.js" type="module"></script>
28
</body>
29
</html>
0 commit comments