From 832c46b2936cc6305494211aaea83b100fb94070 Mon Sep 17 00:00:00 2001 From: Clark Reilly Date: Thu, 7 May 2020 15:47:03 -0400 Subject: [PATCH] profile only displays posts with identical uid, but the update function is still not working --- final/src/views/Home.vue | 43 +++++++++++++++++++++++++++++++------ final/src/views/Profile.vue | 38 +++++++++++++++++++++++++------- 2 files changed, 67 insertions(+), 14 deletions(-) diff --git a/final/src/views/Home.vue b/final/src/views/Home.vue index ddd2ffb..fd6bf20 100644 --- a/final/src/views/Home.vue +++ b/final/src/views/Home.vue @@ -1,16 +1,19 @@