fix: user switcher blocking other dialog (#430)
This commit is contained in:
parent
ebf1bb81b0
commit
61113a242a
3 changed files with 9 additions and 5 deletions
|
@ -38,8 +38,8 @@
|
|||
<button btn-action-icon :aria-label="$t('action.switch_account')">
|
||||
<div i-ri:more-2-line />
|
||||
</button>
|
||||
<template #popper>
|
||||
<UserSwitcher />
|
||||
<template #popper="{ hide }">
|
||||
<UserSwitcher @click="hide" />
|
||||
</template>
|
||||
</VDropdown>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue