fix: 给input增加key

This commit is contained in:
宁宁 2019-07-25 16:00:38 +08:00
parent 8bc95ddcef
commit c54468ef9e

View File

@ -79,6 +79,7 @@
<label>
<input
ref="input"
:key="title"
v-model="list[index].value"
:placeholder="example"
@compositionstart="check(index, 'blur')"