docs: Supplement English intro

This commit is contained in:
dengrongyao
2021-04-08 09:57:55 +08:00
committed by neverland
parent cf7eadc6b2
commit 2210f8240d
60 changed files with 240 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
# Uploader
### Intro
Used to upload local pictures or files to the server, and display preview images and upload progress during the upload process. Currently, the Uploader component does not contain the interface logic for uploading files to the server. This step needs to be implemented by yourself.
### Install
Register component globally via `app.use`, refer to [Component Registration](#/en-US/advanced-usage#zu-jian-zhu-ce) for more registration ways。