From 6704805af4903fe04d729df3e935d66d3b4b421d Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Mon, 11 Sep 2023 16:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E4=B8=BA=E7=A9=BA=E6=97=B6=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Profile/components/UserAvatar.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/Profile/components/UserAvatar.vue b/src/views/Profile/components/UserAvatar.vue index a1626317..89a04445 100644 --- a/src/views/Profile/components/UserAvatar.vue +++ b/src/views/Profile/components/UserAvatar.vue @@ -14,8 +14,6 @@ import { propTypes } from '@/utils/propTypes' import { uploadAvatarApi } from '@/api/system/user/profile' -defineOptions({ name: 'UserAvatar' }) - defineProps({ img: propTypes.string.def('') })