From 4c943b75756d9272e9064006927dbce656b550ab Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Fri, 16 Dec 2022 16:51:19 -0500 Subject: [PATCH] number-increment works on buy modal and there was much rejoicing... --- .../src/components/shared/numberIncrement.vue | 17 ++++++++++------- .../client/src/components/shops/buyModal.vue | 5 +++-- website/client/src/mixins/numberInvalid.js | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/website/client/src/components/shared/numberIncrement.vue b/website/client/src/components/shared/numberIncrement.vue index 0cf0c002cb..10e613bdd6 100644 --- a/website/client/src/components/shared/numberIncrement.vue +++ b/website/client/src/components/shared/numberIncrement.vue @@ -19,7 +19,6 @@ v-model="quantity" class="form-control alignment" step="1" - @input="$emit('update:quantity', $event.target.selectedAmountToBuy)" >
{{ $t('sendTotal') }} @@ -108,7 +108,7 @@ {{ item.value * selectedAmount }} + >{{ item.value * selectedAmountToBuy }}