changed input type

This commit is contained in:
Kostya
2023-12-19 18:29:03 +03:00
parent dac137e02e
commit 1a00c5b466

View File

@@ -65,7 +65,7 @@
</div> </div>
<div class="number-card deposit-promocode__padding--input"> <div class="number-card deposit-promocode__padding--input">
<h3>Введите номер карты</h3> <h3>Введите номер карты</h3>
<input class="with-input" v-model="card" type="number" /> <input class="with-input" v-model="card" type="text" />
</div> </div>
<div class="withdraw-checkbox checkbox-styles"> <div class="withdraw-checkbox checkbox-styles">
<input @click="agreeUser = !agreeUser; showRecaptcha = true" type="checkbox"/> <input @click="agreeUser = !agreeUser; showRecaptcha = true" type="checkbox"/>