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 @@ - +