cube-ui
cube-ui copied to clipboard
[New Feature] ImagePreview 自定义渲染
What problem does this feature solve?
需要在图片上添加标签
What does the proposed API look like?
What does the proposed API look like?
<ImagePreview>
<ImagePreviewItem v-for="...">
</ImagePreview>
可否举例是什么样的case
类似微博图片标签 我现在是用popup 和swipe 实现的,但是没有缩放功能
看了下微博上的 找到了这篇微博,发现一家没了标签 所以是标签随着图片一起放大缩小的效果 还是分开的