diff options
| author | Henry Jameson <spam@hjkos.com> | 2022-06-16 17:06:16 +0300 |
|---|---|---|
| committer | Henry Jameson <spam@hjkos.com> | 2022-06-16 17:06:16 +0300 |
| commit | 60571685c2e42e44b75157c3d52f162bf39c4bab (patch) | |
| tree | 43bb32b6b204bfff2517b926aeef00020312a4fb /src/components/user_popover/user_popover.vue | |
| parent | d84cda7009d486a047953b1ca2d27acf35b8ddc1 (diff) | |
popover controls for user-card
Diffstat (limited to 'src/components/user_popover/user_popover.vue')
| -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> |
