We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0284f commit 61004d3Copy full SHA for 61004d3
1 file changed
docs/component/upload.md
@@ -25,7 +25,7 @@ const fileList = ref<any[]>([
25
26
const action: string = 'https://ftf.jd.com/api/uploadImg'
27
28
-function handleChange({ files }) {
+function handleChange({ fileList: files }) {
29
fileList.value = files
30
}
31
```
0 commit comments