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('') })