Skip to content

Commit 748aae8

Browse files
committed
change event that handle the model update
1 parent 0c6f80d commit 748aae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pegout/components/RbtcInputAmount.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
placeholder="Add amount" type="number" step="0.00000001"
2323
@focus="focus = true"
2424
@blur="focus = false"
25-
@change="updateStore()"
25+
@update:modelValue="updateStore()"
2626
@keydown="blockLetterKeyDown"
2727
variant="solo"
2828
flat hide-details full-width single-line/>

0 commit comments

Comments
 (0)