Skip to content

Commit 6cee3f8

Browse files
committed
Close on content click false for the popup menu user profile
1 parent 5ad5f85 commit 6cee3f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/components/layout/base/BaseProfileMenu.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<v-menu
33
v-model="isOpen"
4+
:close-on-content-click="false"
45
location="bottom end"
56
:offset="[20, 8]"
67
transition="fade-transition"

0 commit comments

Comments
 (0)