# 全局的组件如何使用
```
<wl-upload-files :defaultList="defaultList" @result="resultAction" :maxNum="2"></wl-upload-files>
```
### wlUploadFiles props
| 属性 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| defaultList | 默认显示的内容,格式:[{name:'',url:''}] | Array | [] |
| maxNum | 最多传递几张图片 | Number | 5 |
| maxNumMessage |提示的文字信息 | String | |
| maxSize | 图片最大限制 | Number| 2048 |
| format| 上传类型 | Array| ['jpg', 'jpeg', 'png'] |
| uploadUrl| 上传的地址>=0.3.5 | String| http://txy.juyouhx.com/Api/Api/ObjectToOss/ |
### Upload methods
| 方法名 | 说明 | 参数 |
| --- | --- | --- |
| clear | 清空已上传的文件列表(清空的时候也需要把默认显示的内容清空)>=0.3.5 | 无 |
- vue学习方向
- iview-admin项目说明
- 快速开始
- 开发工具
- 开始开发
- 接口的定义和调用
- 常用函数汇总
- 组件的定义
- iview开发规范说明
- 插件使用说明
- 时间插件
- 命名规范
- vue变量函数规则
- 接口嵌套使用说明
- 组件建立说明
- vue使用规范
- 数据检测特别说名
- iview-layout-themes
- util
- common
- xeUtils详细说明
- form表单自动生成
- theme1使用说明
- theme2使用说明
- hd-login登录组件说明
- wl-upload-files图片上传组件
- wl-upload-imgs
- wl-upload-oss-files
- wl-read-excel
- wl-dir-upload选择文件架
- system组件说明
- 机构管理wl-company-manager
- 用户管理
- wl-excel-import Excel数据导入
- 前台使用说明
- 后台使用说明
- Excel使用说明
- wl-vue2-editor
- 字符串截取方法
- redis常用说明
- 推荐redis使用规范