v-for循环input标签的时候输入信息两个输入框一同显示输入信息
解决方案:
<input :placeholder="items.title" v-model = "myinputdata[index]">
使用v-model
myinputdata声明一个数组就可以啦