feat(event): enable Shiny Seeds

Plus Bailey news and fix for bulk purchasing transformation items
This commit is contained in:
SabreCat
2018-04-03 18:42:24 +00:00
parent 73a7c0eebc
commit f4fb90013d
11 changed files with 26 additions and 29 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
strong {{ $t('howManyToBuy') }}
div(v-if='showAmountToBuy(item)')
.box
input(type='number', min='0', v-model='selectedAmountToBuy')
input(type='number', min='0', v-model.number='selectedAmountToBuy')
span(:class="{'notEnough': notEnoughCurrency}")
span.svg-icon.inline.icon-32(aria-hidden="true", v-html="icons[getPriceClass()]")
span.cost(:class="getPriceClass()") {{ item.value }}