Bladeren bron

add module type

Sean Pomeroy 4 jaren geleden
bovenliggende
commit
8ad90aee6b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      ui/src/index.html

+ 1 - 1
ui/src/index.html

@@ -7,6 +7,6 @@
     </head>
     </head>
     <body>
     <body>
         <div id="app" class="page-container"></div>
         <div id="app" class="page-container"></div>
-        <script src="./app.js"></script>
+        <script src="./app.js" type="module"></script>
     </body>
     </body>
 </html>
 </html>