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