Skip to content

Commit 714da83

Browse files
committed
fix text box value doesn't change
1 parent 0a98031 commit 714da83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Common/TextBox.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export default {
7070
}
7171
},
7272
watch: {
73+
value(val) {
74+
this.adaptor = val
75+
},
76+
7377
adaptor(val) {
7478
this.$emit('input', val)
7579
}

0 commit comments

Comments
 (0)