tangning 7 달 전
부모
커밋
eabab778bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/material/index.vue

+ 1 - 1
src/view/material/index.vue

@@ -154,7 +154,7 @@ const showModal = ref(false);
 const { size, fileList, upload, removeFile, previewFile, file, accept } =
   useUpload({
     maxSize: 10 * 1024 * 1024,
-    formats: [".doc", ".docx", , ".pdf"],
+    formats: [".doc", ".docx", ".pdf"],
   });
 const handleClick = (tab) => {
   console.log(tab);