From d76bc246a4a4b433d0c437918072e65b66868765 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Sun, 1 Dec 2019 15:04:27 +0800 Subject: [PATCH] feat: add tooltip for icon-upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为上传icon添加文字提示 --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1449543..9fdc264 100644 --- a/index.html +++ b/index.html @@ -37,8 +37,11 @@ -   + accept=".jpg,.jpeg,.png,.gif" :limit="1" name="smfile" :on-success="uploaded" :on-error="failed" + :on-progress="uploading"> + +   +