Skip to content

Commit 33dcc33

Browse files
committed
fix: add debug logs for the userMenu items
1 parent d5d7bc9 commit 33dcc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/spa/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const expandedWidth = computed(() => coreStore.config?.iconOnlySidebar?.expanded
201201
const theme = ref('light');
202202
203203
const userMenuComponents = computed(() => {
204+
console.log('🪲🆕 userMenuComponents recomputed', coreStore?.config?.globalInjections?.userMenu);
204205
return coreStore?.config?.globalInjections?.userMenu || [];
205206
})
206207

0 commit comments

Comments
 (0)