diff --git a/app.js b/app.js index 7b0f6ef..7034975 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,10 @@ var app = new Vue({ el: '#app', data: { - show: true + ingredients: ['meat', 'fruit', 'cookies'], + persons: [ + {name: "Max", age: 33, color: "red"}, + {name: "Tyrel", age: 30, color: "blue"}, + ] } }); diff --git a/index.html b/index.html index 3f546ac..28ff85a 100644 --- a/index.html +++ b/index.html @@ -7,17 +7,11 @@
You can see me
-Now you see me
- -Inside a template
- -Do you also see me?
+