From be5d71906812a13e820ca197527a67cbb0724b23 Mon Sep 17 00:00:00 2001 From: Artus Date: Sat, 15 Jun 2019 15:20:29 +0200 Subject: [PATCH] adds PercentInput for value modding in sell action --- lootalot_front/src/components/Chest.vue | 28 +++++++++++++------ .../src/components/PercentInput.vue | 28 +++++++++++++++++++ 2 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 lootalot_front/src/components/PercentInput.vue diff --git a/lootalot_front/src/components/Chest.vue b/lootalot_front/src/components/Chest.vue index 41e4238..df2090a 100644 --- a/lootalot_front/src/components/Chest.vue +++ b/lootalot_front/src/components/Chest.vue @@ -7,7 +7,8 @@ Objets de {{ player }} - + + @@ -28,13 +31,18 @@ - +
+
+ +
+ +
@@ -46,6 +54,7 @@