Explorar el Código

add module type

Sean Pomeroy hace 4 años
padre
commit
8ad90aee6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ui/src/index.html

+ 1 - 1
ui/src/index.html

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