From d6fe5b71f5b04d95646283c3b3ce1a29578f41eb Mon Sep 17 00:00:00 2001 From: Artus Date: Thu, 3 Oct 2019 19:57:48 +0200 Subject: [PATCH] extracts Selector component --- lootalot_front/src/components/Chest.vue | 12 ++---- lootalot_front/src/components/Selector.vue | 49 ++++++++++++++++++++++ 2 files changed, 52 insertions(+), 9 deletions(-) create mode 100644 lootalot_front/src/components/Selector.vue diff --git a/lootalot_front/src/components/Chest.vue b/lootalot_front/src/components/Chest.vue index 5a23531..c0742ce 100644 --- a/lootalot_front/src/components/Chest.vue +++ b/lootalot_front/src/components/Chest.vue @@ -36,15 +36,7 @@ @claim="(data) => $emit('claim', data)" @unclaim="(data) => $emit('unclaim', data)"> -
- - -
+ @@ -55,6 +47,7 @@