We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bb5ec commit 7db8263Copy full SHA for 7db8263
index.html
@@ -29,7 +29,7 @@ <h1>{{ product }}</h1>
29
30
<!-- Mount App -->
31
<script>
32
- app.mount('#app')
+ const mountedApp = app.mount('#app')
33
</script>
34
</body>
35
</html>
0 commit comments