b-modal#drops-enabled(:title="$t('dropsEnabled')", size='lg', :hide-footer="true")
.modal-header
h4 {{ $t('dropsEnabled') }}
.modal-body
p
figure
.item-drop-icon(class='Pet_Egg_Wolf')
span {{ firstDropText }}
br
p
figure
.item-drop-icon(class='Pet_Currency_Gem')
span {{ $t('useGems') }}
.modal-footer
button.btn.btn-default(@click='close()') {{ $t('close') }}