attachment-preview
v1.0.4
Published
附件预览
Readme
vue-attachment-preview
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildparams
title: '' // 传入插件的显示左上角的名称
lstData: [] // 存入图片路径使用
<attachment-preview ref="attachment" :lstData="lstData" :title="title"></attachment-preview>
For detailed explanation on how things work, consult the docs for vue-loader.
