Browse Source

Accept all file type upload.

pull/9/head
ruibaby 6 years ago
parent
commit
811a97d8ef
  1. 1
      src/views/attachment/AttachmentList.vue

1
src/views/attachment/AttachmentList.vue

@ -72,7 +72,6 @@
<a-upload-dragger
name="file"
:multiple="true"
accept="image/*"
:customRequest="handleUpload"
@change="handleChange"
>

Loading…
Cancel
Save