We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There isn't an existing issue that reports the same bug to avoid duplicates.
The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
For Q&A, please open a GitHub Discussion instead.
v0.8.57
No response
fileUploadMulti 的 ts 声明应该是 (files: File[], callback: FileUploadCallback) => void 而不是 (files: File, callback: FileUploadCallback) => void
fileUploadMulti
(files: File[], callback: FileUploadCallback) => void
(files: File, callback: FileUploadCallback) => void
None
The text was updated successfully, but these errors were encountered:
收到,感谢反馈,欢迎给我们提pr哈~
Sorry, something went wrong.
No branches or pull requests
Prerequisites
There isn't an existing issue that reports the same bug to avoid duplicates.
The provided information offers a minimal reproducible example of the bug, (Why create a Minimal).
For Q&A, please open a GitHub Discussion instead.
Version
v0.8.57
Reproduction Link
No response
Describe the Bug
fileUploadMulti
的 ts 声明应该是(files: File[], callback: FileUploadCallback) => void
而不是(files: File, callback: FileUploadCallback) => void
System Information
No response
Contributing
None
The text was updated successfully, but these errors were encountered: