Skip to content

Commit

Permalink
chore(type): [up-load] slightly adjust type notation
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Jun 19, 2024
1 parent 7631d6e commit 4568de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fighting-design/up-load/src/up-load.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
dragIng.value = false
/** 获取文件列表 */
const files: FileList = (evt.dataTransfer as DataTransfer).files
const files = evt.dataTransfer?.files
if (files) {
updateFiles(filterFiles(files as unknown as File[]))
Expand Down

0 comments on commit 4568de9

Please sign in to comment.