-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use as service #3
Comments
It should be ‘FileUploadService’ instead of ‘FileOploadService’ 😃 |
Sorry, typo |
I will check |
I really was an issue. Update to version 3.1.2
|
Great Thanks for the work! |
I will implement cancellation ASAP. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your work.
I want to use it as a service. https://github.com/dflourusso/v-file-upload#as-service-1
let fileUpload = new FileUploadService
causes an error:
TypeError: __WEBPACK_IMPORTED_MODULE_1_v_file_upload __. FileUploadService is not a constructor
vue version 2.5.3
What am I doing wrong?
The text was updated successfully, but these errors were encountered: