vue-preview

Posted cjuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue-preview相关的知识,希望对你有一定的参考价值。

 vue-preview点击一张图片,预览这种大图

 https://github.com/LS1231/vue-preview有使用详情

1. 安装

$ npm install vue-preview --save

2. 在webpack.config.js指定的入口文件中

import VuePreview from ‘vue-preview‘
Vue.use(VuePreview)

3. webpack.config.js中配置(有些可以不用配置,基本不用配置

loader:{
        test : /vue-preview.src.*?js$/, 
      loader : ‘babel‘ 
}

 

4.  .vue页面的<template></template>中直接使用:<vue-preview></vue-preview>

 参考:

如有侵权,联系删除


以上是关于vue-preview的主要内容,如果未能解决你的问题,请参考以下文章

vue-preview

vue-preview使用中,缩略图调整

vue-preview使用

vue-preview移动端图片全屏详细查看

vue-preview用法详解

使用vue-preview报错Cannot read property 'open' of undefined