唐耀东
2022-06-11 35bff42b22d092d164ef4b9db8701f839c57bd9c
src/components/FileUpload/index.vue
@@ -60,7 +60,7 @@
    // 文件类型, 例如['png', 'jpg', 'jpeg']
    fileType: {
      type: Array,
      default: () => ["doc", "xls", "ppt", "txt", "pdf"],
      default: () => ["doc", "xls", "ppt", "txt", "pdf", "zip"],
    },
    // 是否显示提示
    isShowTip: {