vue3 @input migration

This commit is contained in:
dni ⚡
2024-10-17 10:40:29 +02:00
parent 19244de979
commit f0752011e8
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -470,7 +470,7 @@
v-model="reactionChoice"
:options="reactionOptions"
label="Reactions"
@input="reactionChoiceFunc"
@update:model-value="reactionChoiceFunc"
>
<q-tooltip
><span v-text="$t('payment_reactions')"></span