Skip to content

Commit

Permalink
fix: 🐛 Pairing code type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel authored Dec 19, 2023
1 parent bb80294 commit 889fe8c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
>
Expand Down

0 comments on commit 889fe8c

Please sign in to comment.