From c04ebf32d8a68ed17a2a52042ab129d060daed2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=A0=E5=BC=BA?= Date: Mon, 6 Nov 2023 07:34:55 +0000 Subject: [PATCH] update docs/further/mustLearn/upload.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王忠强 --- docs/further/mustLearn/upload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/further/mustLearn/upload.md b/docs/further/mustLearn/upload.md index c6613b9..9f580e8 100644 --- a/docs/further/mustLearn/upload.md +++ b/docs/further/mustLearn/upload.md @@ -15,7 +15,7 @@ export default { } } ``` -文件大小配置在 src/components/ma-upload/indexi.vue里面. +文件大小配置在 src/components/ma-upload/index.vue里面. 搜索size,修改参数. ``` -- Gitee