A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
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.