fix module linking

This commit is contained in:
Ben Harris 2017-12-07 00:30:34 -05:00
parent 2729aed049
commit febd05ee61
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<script src="js/es6-promise.auto.min.js"></script>
<script src="js/vue.js"></script>
<script src="js/axios.min.js"></script>
<script src="js/app.js" type="module"></script>
<script src="js/app.js"></script>
</body>
</html>