# ------------------------ >8 ------------------------
# Do not touch the line above.
# Everything below will be removed.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is ahead of 'github/master' by 3 commits.
#
# Changes to be committed:
#
# modified: dist/vue-upload-component.js
# modified: dist/vue-upload-component.js.map
# modified: dist/vue-upload-component.min.js.map
# modified: dist/vue-upload-component.part.js
# modified: dist/vue-upload-component.part.js.map
# modified: docs/dist/index.js
# modified: docs/dist/index.js.map
# ------------------------ >8 ------------------------
# Do not touch the line above.
# Everything below will be removed.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is ahead of 'github/master' by 1 commit.
#
# Changes to be committed:
#
# modified: dist/vue-upload-component.js
# modified: dist/vue-upload-component.js.map
# modified: dist/vue-upload-component.min.js
# modified: dist/vue-upload-component.min.js.map
# modified: dist/vue-upload-component.part.js
# modified: dist/vue-upload-component.part.js.map
# modified: docs/dist/index.js
# modified: docs/dist/index.js.map
# modified: package.json
# ------------------------ >8 ------------------------
# Do not touch the line above.
# Everything below will be removed.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is ahead of 'github/master' by 1 commit.
#
# Changes to be committed:
#
# modified: package-lock.json
# modified: package.json
- Fix ERR: A 'declare' modifier is required for a top level declaration in a .d.ts file.
- Fix ERR: Property 'file' does not exist on type 'File'
when using it like `this.image = URL.createObjectURL(upload.file)`
- `VueUpload.File` type is conflicted with https://developer.mozilla.org/en-US/docs/Web/API/File so need to change to VUFile (ts don't have a way to resolve this)