vue-dropzone
Vue-dropzone (vue-dropzone)
A Vue component for file uploads, powered by Dropzone.js.
由Dropzone.js支持的用于文件上传的Vue组件。
安装 (Install)
// For Vue.js 2.0+
npm install[email protected]^2.0.0
You'll also need to load either the Material Icon or FontAwesome icon kits depending on which style of icon you'd like.
您还需要根据您喜欢的图标样式来加载Material Icon或FontAwesome图标包。
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://maxcd