Browse Source

added app object

pull/10/head
Jani Kajala 8 years ago
parent
commit
927cc7ba33
  1. 2
      template/index.html

2
template/index.html

@ -31,7 +31,7 @@
</div>
<script>
new Vue({
app = new Vue({
el: '#app',
data: {
greeting: 'Welcome to your Vue.js app!',

Loading…
Cancel
Save