From 5c2549322b96a59a050eef60c1333adb4bb3dbb8 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Sun, 31 Mar 2024 21:49:51 +0200 Subject: [PATCH] refactor: new LocationCard component (#490) --- src/components/LocationCard.vue | 46 +++++++++++++++++++++++++++++++++ src/views/LocationDetail.vue | 19 +++----------- src/views/LocationList.vue | 23 +++-------------- 3 files changed, 52 insertions(+), 36 deletions(-) create mode 100644 src/components/LocationCard.vue diff --git a/src/components/LocationCard.vue b/src/components/LocationCard.vue new file mode 100644 index 0000000000..36aa7bea13 --- /dev/null +++ b/src/components/LocationCard.vue @@ -0,0 +1,46 @@ + + + diff --git a/src/views/LocationDetail.vue b/src/views/LocationDetail.vue index 920b6efc55..a6aa43d6e7 100644 --- a/src/views/LocationDetail.vue +++ b/src/views/LocationDetail.vue @@ -1,14 +1,7 @@