diff options
Diffstat (limited to 'src/components/user_popover')
| -rw-r--r-- | src/components/user_popover/user_popover.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/user_popover/user_popover.vue b/src/components/user_popover/user_popover.vue index 7ad5c234..c998e298 100644 --- a/src/components/user_popover/user_popover.vue +++ b/src/components/user_popover/user_popover.vue @@ -9,14 +9,13 @@ <template v-slot:trigger> <slot /> </template> - <template v-slot:content> + <template v-slot:content={close}> <UserCard class="user-popover" :user-id="userId" :hide-bio="true" - :bordered="false" :allow-zooming-avatar="true" - :rounded="true" + :onClose="close" /> </template> </Popover> |
