1viewer大图查看时如何给图片添加文字说明1
Posted yitda
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1viewer大图查看时如何给图片添加文字说明1相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章