fix: 🐛 Pairing code type issue

This commit is contained in:
viarotel 2023-12-19 15:41:28 +08:00 committed by GitHub
parent bb802943b1
commit 889fe8c805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=""
>