We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf3431 commit 9e7aab4Copy full SHA for 9e7aab4
template/index.html
@@ -31,7 +31,7 @@ <h1>\{{ greeting }}</h1>
31
</div>
32
33
<script>
34
- new Vue({
+ var app = new Vue({
35
el: '#app',
36
data: {
37
greeting: 'Welcome to your Vue.js app!',
0 commit comments