首页 新闻 会员 周边

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

0
悬赏园豆:5 [已关闭问题] 关闭于 2020-06-05 14:50

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>

小白学无止境的主页 小白学无止境 | 初学一级 | 园豆:8
提问于:2020-04-15 13:15
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册