mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
changed input type
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user