mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-07 21:14:27 +01:00
fix: imports in HTML
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="graph-to-be"></div>
|
||||
<script src="./bundle-test.js" charset="utf-8"></script>
|
||||
<script src="./bundle-test.esm.mjs" type="module" charset="utf-8"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user