<div v-for="item in items">

<img />

</div>

<img src="{{item.url}}" />这种方法是不行的,需要改为

<img v-bind:src="item.url" />

Logo

前往低代码交流专区

更多推荐