fix userprofile

This commit is contained in:
jxxghp
2023-07-23 20:12:41 +08:00
parent 35a556ec02
commit 191283d72d
-17
View File
@@ -19,14 +19,6 @@ const accountInfo: any = inject('accountInfo')
</script>
<template>
<VBadge
dot
location="bottom right"
offset-x="3"
offset-y="3"
color="success"
bordered
>
<VAvatar
class="cursor-pointer"
color="primary"
@@ -46,20 +38,12 @@ const accountInfo: any = inject('accountInfo')
<VListItem>
<template #prepend>
<VListItemAction start>
<VBadge
dot
location="bottom right"
offset-x="3"
offset-y="3"
color="success"
>
<VAvatar
color="primary"
variant="tonal"
>
<VImg :src="accountInfo.avatar" />
</VAvatar>
</VBadge>
</VListItemAction>
</template>
@@ -121,5 +105,4 @@ const accountInfo: any = inject('accountInfo')
</VMenu>
<!-- !SECTION -->
</VAvatar>
</VBadge>
</template>