import ImageViewer from "@luohc92/vue3-image-viewer"; import '@luohc92/vue3-image-viewer/dist/style.css'; ImageViewer({ images: images, curIndex: 0, zIndex: 2000, zoomRate: 1.2, minScale: 0.2, maxScale: 5, showDownload: true, showThumbnail: true, handlePosition: "bottom", maskBgCo...
A image viewer for vue3.x 一款vue3.0的图片查看器 vue2.x版vue-image-viewer Install 安装 npm install @luohc92/vue3-image-viewer Usage 使用方法 import ImageViewer from "@luohc92/vue3-image-viewer"; import '@luohc92/vue3-image-viewer/dist/style.css'; ImageViewer({ images: images, curIn...
luohc92/vue3-image-viewerPublic NotificationsYou must be signed in to change notification settings Fork1 Star11 Files main .vscode demo dist docs packages typings .gitignore README.md package-lock.json package.json tsconfig.json tsconfig.node.json ...