//第一步vue使用
import vuePicturePreview from 'vue-picture-preview'
Vue.use(vuePicturePreview)
<!-- Vue root compoment template -->
<div id="app">
<router-view></router-view>
//第二步使用vue-picture-preview的lg-preview组件
<lg-preview></lg-preview>
</div>
//第三步使用v-preview指令
<img v-preview="img.url" :src="img.url">