L3 starting code

This commit is contained in:
Adam Jahr 2020-05-29 22:04:13 -04:00
parent 95bb5ecd55
commit 7db826380e

View File

@ -29,7 +29,7 @@
<!-- Mount App --> <!-- Mount App -->
<script> <script>
app.mount('#app') const mountedApp = app.mount('#app')
</script> </script>
</body> </body>
</html> </html>