diff --git a/lootalot_front/src/components/Chest.vue b/lootalot_front/src/components/Chest.vue index 0b38f40..a270834 100644 --- a/lootalot_front/src/components/Chest.vue +++ b/lootalot_front/src/components/Chest.vue @@ -1,57 +1,63 @@ - + Nouveau loot - - - - - Objets de {{ player }} - - - - - - - - Vendre - {{ totalSellValue ? totalSellValue : 'Annuler' }} - - - + + + + + Objets de {{ player }} + + + + + + + + + Vendre + + {{ totalSellValue ? totalSellValue : 'Annuler' }} + + + + - - - - {{item.name}} - - + + + + {{item.name}} + + - - - - - + + + + {{item.sell_value}} GP - + - - + +
Vendre
{{ totalSellValue ? totalSellValue : 'Annuler' }}
+ Vendre
+ {{ totalSellValue ? totalSellValue : 'Annuler' }}