diff --git a/pages/loots/index.vue b/pages/loots/index.vue index b8e5359..272e535 100644 --- a/pages/loots/index.vue +++ b/pages/loots/index.vue @@ -1,49 +1,4 @@ - - - Loots - - - - - - - {{ category }} - - - - - - - - - - - - - - - {{ loot.name }} - {{ loot.id }} - - - - - - - - - \ No newline at end of file + + + + + + + + + + {{ category }} + + + + + + {{ loots.length }} loots + + + + + + + + + + + + + + {{ loot.name }} + {{ loot.id }} + + + + + {{ loot.type }} + {{ loot.rarity }} + + + + + + + \ No newline at end of file