错误的写法:

<input type="text" value="{{item}}"/>

正确写法为:

<input type="text" v-model="item"/>
Logo

前往低代码交流专区

更多推荐