vue实现点击下载图片

​<el-table-column label='缩略图' width='100'> <template slot-scope='scope'> <a :href="scope.row.url" download=""> <img :src='scope.row.url' class="img-circle" width="35px" style="" />
相关文章
相关标签/搜索