From 8a4e69940a768cfd8b35f5d52a6576468a56c6c2 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sun, 7 Mar 2021 11:42:14 +0100 Subject: [PATCH] Moved api call functions to better refactor and reuse the list comp --- src/components/celestials/CelestialsList.vue | 52 +++++--------------- src/views/celestials/Celestials.vue | 44 ++++++++++++++++- 2 files changed, 54 insertions(+), 42 deletions(-) diff --git a/src/components/celestials/CelestialsList.vue b/src/components/celestials/CelestialsList.vue index 29cbf1c..224ef4c 100644 --- a/src/components/celestials/CelestialsList.vue +++ b/src/components/celestials/CelestialsList.vue @@ -16,11 +16,6 @@