解决:v-model cannot be used on v-for or v-slot scope variables because they are not writable.报错问题

在使用vue进行前端开发时,可能会遇到循环渲染input输入框的需求,当使用v-for循环后,对v-model进行值的绑定时,可能会出现以下错误,如图所示: