vue-preview icon indicating copy to clipboard operation
vue-preview copied to clipboard

A Vue Integrated PhotoSwipe Image Preview Plugin

Results 25 vue-preview issues
Sort by recently updated
recently updated
newest added

我使用的时候用不到分享功能,有什么办法把它去掉吗?

![20191114_004623](https://user-images.githubusercontent.com/55745434/68836578-a13b6580-06f5-11ea-868c-e1be3cfbe795.gif) ——— 如上所示

以前是img标签,现在封装成组件了,怎么修改?

定义了宽高之后,图片变形,如果图片过长,需要向下滑动查看全部,预览页会关闭

import VuePreview from 'vue-preview' // defalut install Vue.use(VuePreview) // with parameters install Vue.use(preview, { mainClass: 'pswp--minimal--dark', barsSize: {top: 0, bottom: 0}, captionEl: false, fullscreenEl: false, shareEl: false, bgOpacity: 0.85, tapToClose:...

[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. 在main.js种注册过了还是报错。