From a4379df259eb08492d66c45042278a9322c57b41 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Mon, 4 May 2020 12:23:35 -0400 Subject: [PATCH] added profile page and got query working on homepage --- final/src/App.vue | 3 +-- final/src/main.js | 18 +++++++++--------- final/src/router.js | 7 ++++++- final/src/views/Home.vue | 33 +++++++++++++++++++++++++++++--- final/src/views/Profile.vue | 38 +++++++++++++++++++++++++++++++++++++ 5 files changed, 84 insertions(+), 15 deletions(-) create mode 100644 final/src/views/Profile.vue diff --git a/final/src/App.vue b/final/src/App.vue index 0b17e19..f6a5bab 100644 --- a/final/src/App.vue +++ b/final/src/App.vue @@ -3,6 +3,7 @@