feat: add hover card for user list
This commit is contained in:
parent
fd3e758336
commit
d2c4d62cf5
4 changed files with 14 additions and 3 deletions
|
@ -11,6 +11,7 @@ const { paginator } = defineProps<{
|
|||
<template #default="{ item }">
|
||||
<AccountCard
|
||||
:account="item"
|
||||
hover-card
|
||||
border="b base" py2 px4
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue