From d96db19dd5acfe6d1585c5fc3f3eaa948f2895f4 Mon Sep 17 00:00:00 2001 From: Erin Rivas Date: Mon, 12 Aug 2019 19:43:39 -0500 Subject: [PATCH] moving logic to _category to reduce duplication --- components/Card.vue | 58 ++++++++++++++++------------------------- components/TableRow.vue | 49 ++++++++++++---------------------- pages/_category.vue | 33 ++++++++++++++++++----- 3 files changed, 65 insertions(+), 75 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index 94ae71e..122e16b 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -1,58 +1,48 @@