Skip to content

Commit

Permalink
added app object (#10)
Browse files Browse the repository at this point in the history
* added app object

* Add var to app variable declaration
  • Loading branch information
kajala authored and chrisvfritz committed Nov 16, 2017
1 parent ebf3431 commit 9e7aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/index.html
Expand Up @@ -31,7 +31,7 @@ <h1>\{{ greeting }}</h1>
</div>

<script>
new Vue({
var app = new Vue({
el: '#app',
data: {
greeting: 'Welcome to your Vue.js app!',
Expand Down

0 comments on commit 9e7aab4

Please sign in to comment.