Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YubaC committed Jan 25, 2023
1 parent 3d0a006 commit 03a32d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Example:
// 允许发送文件
enable: true,
// 允许在输入框处拖拽发送文件
enableDropFile: true,
enableDrop: true,
// 负责发送文件的函数(回调函数),file为传回的文件信息,与使用<input>标签获得的相同
sendFileFunc: function(file) {
alert(file.name);
Expand Down

0 comments on commit 03a32d5

Please sign in to comment.