after uploading an image group (nine images), you want to render the ninth house image at the front end, and the server returns json data. How can vue successfully render multiple images in one field?
Front end Code:
<img v-for="item in item.conimages" class="mui-col-sm-6 mui-col-xs-4" style="white-space: normal;height: 110px;width: 32.3%;" :src="item" data-preview-src="" data-preview-group="1" >
the data returned is:
conimages:"/uploads/20180715/5c2c9844eddc0aa4687a9d1dd448d446.jpg,/uploads/20180715/5c2c9844eddc0aa4687a9d1dd448d446.jpg,/uploads/20180715/5c2c9844eddc0aa4687a9d1dd448d446.jpg"