vue前端开发--图片查看大图插件 vue-photo-preview
使用方法安装npm install vue-photo-preview --save引入配置# 引入import preview from 'vue-photo-preview'import 'vue-photo-preview/dist/skin.css'Vue.use(preview)直接使用# html//在img标签添加preview属性 p...