From ab175f151752c3ae68ab9d682f4943f8bbb51760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Fri, 30 Sep 2022 09:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(component):=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/avatar/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/component/src/component/avatar/index.vue b/package/component/src/component/avatar/index.vue index 52972d3f..26b52d8f 100644 --- a/package/component/src/component/avatar/index.vue +++ b/package/component/src/component/avatar/index.vue @@ -20,7 +20,7 @@ export interface LayAvatarProps { const props = withDefaults(defineProps(), { size: "md", radius: false, - icon: "layui-icon-username" + icon: "layui-icon-username", }); const classes = computed(() => {