1.1.2 • Published 2 years ago

dn-multi-file-preview v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

需要提前安装好西瓜播放器:npm install xgplayer
安装方式:npm i dn-multi-file-preview

参数

属性|作用|传入类型
-:|-:|-:|-:
v-model|控制弹框是否显示|Boolean
fileData|文件参数|object(具体请看下)

fileData属性

属性|作用|传入类型
-:|-:|-:|-:
url|文件在文件服务器的地址|url
contentType|文件类型|string

使用方式

在main.js中引入:
import multiFilePreview from 'dn-multi-file-preview';
Vue.use(multiFilePreview)

使用方式
<multiFilePreview v-model="visible"  :fileData="filePreview"></multiFilePreview>