<h1 align="center">vue-coe-progress ✅</h1>
npm install vue-coe-progress
✨ Example(wip)✨
yarn add vue-coe-progress or npm install vue-coe-progressExample done: {{ file.done }}
``vue
error: {{ file.error }}
aborted: {{ file.aborted }}
progress: {{ file.progress }}
uploading: {{ file.uploading }}
`
Name | type | default | About
---------- | ------- | ---------- | ------
files | Object | {} | object with file handling states[]` | mapped file list
$fileList | Array |
Name | Params
--------------- | -----------------------------------------
$setStates | -
$upload | -
$setFiles | data: FileList
$abortRequest | id: string
$handleStart | id: string, event: Event
$handleFinish | id: string, event: Event
$handleProgress | id: string, event: ProgressEvent
$handleError | id: string, message: string, event: Event