We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2776c commit 83c6c44Copy full SHA for 83c6c44
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