vue_axios_upload
v1.1.1
Published
A Vue.js project
Readme
npm i vue_axios_upload
main.js
import upload from 'vue_axios_upload' && Vue.use(upload);
use
options: {
'showProgress': true,
'imagePreview': true,
'url': 'str',
'fileUploadName': 'ajax-upload',
'limitSize': 1
}
#receiveUploadMsg (msg) {}
