From 57959748459df00d5b04608d76d01af4c34138de Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 24 Apr 2019 10:43:01 +0100 Subject: [PATCH] Move cards into Home component --- src/App.vue | 68 +--------------------------------------------- src/views/Home.vue | 62 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 70 deletions(-) diff --git a/src/App.vue b/src/App.vue index a11ae62..52167ba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,73 +1,7 @@ - - diff --git a/src/views/Home.vue b/src/views/Home.vue index fce7ce1..0f5baa1 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,14 +1,70 @@