This commit is contained in:
Lawrence Lee 2017-07-19 16:37:07 +08:00
parent 119eeafede
commit a2f27a80ca
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
@keydown.stop="keyDown"
@change="change"
:name="name"
:value="value">
:value="currentValue">
</div>
</div>
</template>

View file

@ -39,7 +39,7 @@
:maxlength="maxlength"
:readonly="readonly"
:name="name"
:value="value"
:value="currentValue"
:autofocus="autofocus"
@keyup.enter="handleEnter"
@keyup="handleKeyup"