标签:通过 url class 取图 图片 div highlight htm 判断
一定要加上v-if 判断如:imgUrl 是个变量值
<img v-if="imgUrl" :src="imgUrl" >
src 的值通过接口动态获取图片无法显示
原文地址:https://www.cnblogs.com/yinerding/p/12321831.html