From 9f2cdcef13f6c36c15d2363bfd863b63054b671f Mon Sep 17 00:00:00 2001 From: webxmsj <17625492424@163.com> Date: Thu, 16 Dec 2021 11:04:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(components/avatar):=20=E4=BF=AE=E5=A4=8Dava?= =?UTF-8?q?tar=E4=B8=8D=E6=94=AF=E6=8C=81alt=E5=B1=9E=E6=80=A7=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复avatar不支持alt属性的问题 --- src/components/avatar/avatar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/avatar/avatar.vue b/src/components/avatar/avatar.vue index faedccd95..6f4051b1d 100644 --- a/src/components/avatar/avatar.vue +++ b/src/components/avatar/avatar.vue @@ -1,6 +1,6 @@