From 2e55e9ab452c675bfd483154acba0f09eae04807 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 28 Jan 2023 10:50:45 -0900 Subject: [PATCH] refactor tree view --- frontend/components/Location/Tree/Node.vue | 42 +++------------------- frontend/components/Location/Tree/Root.vue | 8 ++--- frontend/pages/locations.vue | 26 +++++++++++--- 3 files changed, 30 insertions(+), 46 deletions(-) diff --git a/frontend/components/Location/Tree/Node.vue b/frontend/components/Location/Tree/Node.vue index 9debd87..0b30ee8 100644 --- a/frontend/components/Location/Tree/Node.vue +++ b/frontend/components/Location/Tree/Node.vue @@ -1,18 +1,15 @@