This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
0.7.0
New
- New upload option, to listen to upload progress event
Vue.http.post('/someUrl', {data: {...}}, {
upload: {
onprogress: function (event) {
// progress callback
}
}
}).then(...);