Commit a2f27a80ca94e038ae95bc2b3ef2c64d16153ff1
1 parent
119eeafe
fix #1084
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/components/input-number/input-number.vue
src/components/input/input.vue
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | :maxlength="maxlength" | 39 | :maxlength="maxlength" |
40 | :readonly="readonly" | 40 | :readonly="readonly" |
41 | :name="name" | 41 | :name="name" |
42 | - :value="value" | 42 | + :value="currentValue" |
43 | :autofocus="autofocus" | 43 | :autofocus="autofocus" |
44 | @keyup.enter="handleEnter" | 44 | @keyup.enter="handleEnter" |
45 | @keyup="handleKeyup" | 45 | @keyup="handleKeyup" |