-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Feature/upload #243
Feature/upload #243
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tusimple/naive-ui/5mdGYfLBjqkM91g5fYVHUnJVWKvt |
This pull request introduces 1 alert when merging 6bbb6f2 into 4316282 - view on LGTM.com new alerts:
|
src/upload/src/interface.ts
Outdated
@@ -55,7 +57,8 @@ export interface UploadInjection { | |||
onDownloadRef: Ref<OnDownload | undefined> | |||
XhrMap: Map<string, XMLHttpRequest> | |||
submit: (fileId?: string) => void | |||
doChange: DoChange | |||
doChange: DoChange, | |||
handleFileListChange: () => void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没必要
Codecov Report
@@ Coverage Diff @@
## main #243 +/- ##
==========================================
- Coverage 31.97% 31.97% -0.01%
==========================================
Files 505 505
Lines 12009 12014 +5
Branches 3268 3270 +2
==========================================
+ Hits 3840 3841 +1
- Misses 7451 7455 +4
Partials 718 718
Continue to review full report at Codecov.
|
Fix #135