diff --git a/final/src/components/PlaceholderTweets.vue b/final/src/components/PlaceholderTweets.vue
index ef9856c..531d3dd 100644
--- a/final/src/components/PlaceholderTweets.vue
+++ b/final/src/components/PlaceholderTweets.vue
@@ -1,42 +1,9 @@
-
-

-
lol hope this works
-
-
-

-
this is a second tweet
-
-
-

-
third tweet
-
+
-
-

-
lol hope this works
-
-
-

-
this is a second tweet
-
-
-

-
third tweet
-
-
-

-
lol hope this works
-
-
-

-
this is a second tweet
-
-
-

-
third tweet
-
@@ -46,7 +13,10 @@
props: {
msg: String
}
-}
+}
+
+
+
\ No newline at end of file
+
+
+
+
\ No newline at end of file
diff --git a/final/src/main.js b/final/src/main.js
index 865458b..5859587 100644
--- a/final/src/main.js
+++ b/final/src/main.js
@@ -37,3 +37,13 @@ new Vue({
});
}
}).$mount('#app')
+
+/*var app = new Vue ({
+ el: '#postLog',
+ data: {
+ posts: [
+ { message: "first" },
+ { message: "second" },
+ { message: "third" }]
+ }
+})*/
\ No newline at end of file