From 0e71776f4f38a8f2cd34db64b3488234d55cdde0 Mon Sep 17 00:00:00 2001 From: Artus Date: Fri, 14 Jun 2019 14:31:46 +0200 Subject: [PATCH] cleaner inputs for Wealth --- lootalot_front/src/components/NumberInput.vue | 28 +++++++++++++++ lootalot_front/src/components/Wealth.vue | 35 +++++++++---------- 2 files changed, 44 insertions(+), 19 deletions(-) create mode 100644 lootalot_front/src/components/NumberInput.vue diff --git a/lootalot_front/src/components/NumberInput.vue b/lootalot_front/src/components/NumberInput.vue new file mode 100644 index 0000000..5a8f7b3 --- /dev/null +++ b/lootalot_front/src/components/NumberInput.vue @@ -0,0 +1,28 @@ + + + diff --git a/lootalot_front/src/components/Wealth.vue b/lootalot_front/src/components/Wealth.vue index 53c6b4f..97fe0b0 100644 --- a/lootalot_front/src/components/Wealth.vue +++ b/lootalot_front/src/components/Wealth.vue @@ -25,11 +25,7 @@ @@ -52,34 +48,35 @@