From c01ea2038b2aa83111d30921def08415301f5c35 Mon Sep 17 00:00:00 2001 From: Clark Reilly Date: Mon, 4 May 2020 11:30:34 -0400 Subject: [PATCH] brian 5/4 meeting --- final/src/components/PlaceholderTweets.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/src/components/PlaceholderTweets.vue b/final/src/components/PlaceholderTweets.vue index ff00979..1453d2d 100644 --- a/final/src/components/PlaceholderTweets.vue +++ b/final/src/components/PlaceholderTweets.vue @@ -11,7 +11,7 @@ export default { name: 'PlaceholderTweets', props: { - + post: String } };