vue-preview
vue-preview copied to clipboard
A Vue Integrated PhotoSwipe Image Preview Plugin
如题,请问如何解决
我使用的时候用不到分享功能,有什么办法把它去掉吗?
 ——— 如上所示
以前是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种注册过了还是报错。