From 0a361b11a2b8d4f23b30aa0cb003c2fbdf606e67 Mon Sep 17 00:00:00 2001 From: ElsaOOo Date: Thu, 25 Nov 2021 14:50:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9upload=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=AE=8C=E6=88=90=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/devui-vue/devui/upload/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devui-vue/devui/upload/index.ts b/packages/devui-vue/devui/upload/index.ts index 01f70902..e23e3dec 100644 --- a/packages/devui-vue/devui/upload/index.ts +++ b/packages/devui-vue/devui/upload/index.ts @@ -14,8 +14,8 @@ export { Upload, MultiUpload } export default { title: 'Upload 上传', category: '数据录入', - status: '80%', + status: '已完成', install(app: App): void { app.use(Upload as any) - }, + } } -- Gitee