From eafcdef2d078ef7b9ecac7ffa8d099c6305463d4 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 6 Jan 2020 15:50:20 +0100 Subject: [PATCH] update loop fix --- src/views/find/components/BoxCard.vue | 3 ++- src/views/find/index.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/find/components/BoxCard.vue b/src/views/find/components/BoxCard.vue index 32479b3..c2bc9c1 100644 --- a/src/views/find/components/BoxCard.vue +++ b/src/views/find/components/BoxCard.vue @@ -11,7 +11,7 @@
-
+
{{ skill.name }}
@@ -64,6 +64,7 @@ export default { }, methods: { sortSkills(skills) { + // Currently not used pls sort manually return skills.sort((a, b) => (a.strength > b.strength) ? -1 : 1) } }} diff --git a/src/views/find/index.vue b/src/views/find/index.vue index fb7244a..18e9c0a 100644 --- a/src/views/find/index.vue +++ b/src/views/find/index.vue @@ -32,7 +32,7 @@ - +