Skip to content

Commit ac012ae

Browse files
committed
change update event on the pegin form
1 parent 748aae8 commit ac012ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pegin/components/create/BtcInputAmount.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@keydown="blockLetterKeyDown"
2323
@focus="focus = true"
2424
@blur="focus = false"
25-
@change="updateStore()"/>
25+
@update:modelValue="updateStore()"/>
2626
</v-col>
2727
<v-col cols="4" class="pa-0">
2828
<v-row class="ma-0">

0 commit comments

Comments
 (0)