mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-07 14:41:19 +01:00
fix: 🐛 Pairing code type issue
This commit is contained in:
parent
bb802943b1
commit
889fe8c805
@ -54,10 +54,8 @@
|
|||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
v-model.number="formData.pair"
|
v-model="formData.pair"
|
||||||
type="number"
|
|
||||||
:placeholder="$t('common.input.placeholder')"
|
:placeholder="$t('common.input.placeholder')"
|
||||||
:min="0"
|
|
||||||
clearable
|
clearable
|
||||||
class=""
|
class=""
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user