user-card cleanup
This commit is contained in:
parent
99886ac28c
commit
ebe727b378
8 changed files with 77 additions and 87 deletions
|
|
@ -12,10 +12,12 @@
|
|||
<template #content="{close}">
|
||||
<UserCard
|
||||
class="user-popover"
|
||||
:show-close="true"
|
||||
:show-expand="true"
|
||||
:user-id="userId"
|
||||
:hide-bio="true"
|
||||
:avatar-action="userPopoverAvatarAction == 'close' ? close : userPopoverAvatarAction"
|
||||
:on-close="close"
|
||||
@close="close"
|
||||
/>
|
||||
</template>
|
||||
</Popover>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue