parse
parse copied to clipboard
组件用v-for中,uni-image 解析出错
// 放在v-for中,uni-image里面style width 有 height 都是0,导致图片展示不出来 v-for="(item,index) in questionArr" :content="item.title"
// 下面这句不在v-for就可以看到图片,展示正常 :content="questionArr[0].title"