Skip to content

Commit 7db8263

Browse files
Adam JahrAdam Jahr
authored andcommitted
L3 starting code
1 parent 95bb5ec commit 7db8263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>{{ product }}</h1>
2929

3030
<!-- Mount App -->
3131
<script>
32-
app.mount('#app')
32+
const mountedApp = app.mount('#app')
3333
</script>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)