Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L7 end #148

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
L3 starting code
Adam Jahr authored and Adam Jahr committed May 30, 2020

Verified

This commit was signed with the committer’s verified signature.
zmiklank Zuzana Miklánková
commit 7db826380e8845bc2e168c6a622799e0cbedf0f4
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ <h1>{{ product }}</h1>

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