唐耀东
2022-05-13 32c5fc95afbb2241d80b986e385e17ee553c258c
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: {