Skip to content

Commit 766e2ea

Browse files
committed
fix: use value and modelValue both
1 parent cc2f524 commit 766e2ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desk/src/components/UniInput2.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
:key="field.fieldname"
1515
class="form-control"
1616
:placeholder="`Add ${field.label}`"
17+
:value="transValue"
1718
:model-value="transValue"
1819
autocomplete="off"
1920
v-on="

0 commit comments

Comments
 (0)