码迷,mamicode.com
首页 > 其他好文 > 详细

1viewer大图查看时如何给图片添加文字说明1

时间:2020-04-15 21:37:32      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:class   original   data-   图片说明   图片预览   一段   path   key   aaaaaa   


vue中图片预览缩略图,在点击缩略图时弹出大图,想在查看大图的时候,在图片上显示一段文字,用来图片说明,放在图片的左下角,如何显示?用data-content没有效果。应该用什么?
<div v-viewer="options" class="images">
<template v-for="item in imageList">
<img :src="item.thumbnailPath" class="image" :key="item.imageId" :data-src="item.originalImagePath" data-content="aaaaaa">
//data-content没有效果
</template>
</div>

1viewer大图查看时如何给图片添加文字说明1

标签:class   original   data-   图片说明   图片预览   一段   path   key   aaaaaa   

原文地址:https://www.cnblogs.com/yitda/p/12708153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!