docs: add more component intro

This commit is contained in:
chenjiahan
2020-10-22 17:52:46 +08:00
parent abbf448a43
commit 76299ef0be
22 changed files with 88 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
# Uploader 文件上传
### 介绍
用于将本地的图片或文件上传至服务器,并在上传过程中展示预览图和上传进度。目前 Uploader 组件不包含将文件上传至服务器的接口逻辑,该步骤需要自行实现。
### 引入
```js