Can item in v-for loop in vue be bound to v-model?

problem description

v-model binding to each item in the v-for loop in the custom component

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

< project VFF = "project_item in item.topics" VMI model = "project_item" < / project >

what result do you expect? What is the error message actually seen?

Oct.31,2021

you can mount an attribute on project_item , such as v
so you can use v project_item.v model = "project_item.v"


if you use v-model to bind, does the props of your project have the attribute of value?

ide/components.html-sharp%E5%9C%A8%E7%BB%84%E4%BB%B6%E4%B8%8A%E4%BD%BF%E7%94%A8-v-model" rel=" nofollow noreferrer "> official tutorials use-v-model on components

Menu