vue点击图片查看大图 图片查看大图 查看大图插件 vue-photo-preview

转载(blog.csdn.net/qq_27721169/article/details/82735013)vue点击图片查看大图使用插件 vue-photo-preview

转载(blog.csdn.net/qq_27721169/article/details/82735013)

 版权声明: https://blog.csdn.net/qq_27721169/article/details/82735013

1、

npm install vue-photo-preview --save

2、

 
  1. import preview from 'vue-photo-preview'

  2. import 'vue-photo-preview/dist/skin.css'

  3. import Vue from 'vue'

  4. Vue.use(preview)

3、

 
  1. # html

  2. //在img标签添加preview属性 preview值相同即表示为同一组

  3. //分组

4、加载数据后刷新 d

this.$previewRefresh()

你可能感兴趣的:(vue)