如下代码,加了几次默认图没加上,请问怎么加默认图?然后当图片加载出来之后就替换默认图
<el-table-column label="封面" width="100%" > <template slot-scope="scope"> <el-popover placement="right" title="" trigger="hover"> <img :src="scope.row.cover" width="180px" height="250px" > //请忽略这个图 <img slot="reference" :src="scope.row.cover" style="height: 80%"> //真正显示的图片 </el-popover> </template> </el-table-column>
慕慕森
相关分类