-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
引用H5对象报错 #210
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
Comments
I really can't see how this is Otherwise, if you're using |
I guess it's just an eslint error 😓 |
This was referenced Mar 9, 2020
This was referenced Jan 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ready: function () {
var file = new FileReader()
file.readAsDataURL(this.files[0].file)
}
error no-undef 'FileReader' is not defined
The text was updated successfully, but these errors were encountered: