adminforth 2.4.0-next.316 → 2.4.0-next.317
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/spa/src/App.vue +1 -0
- package/package.json +1 -1
package/dist/spa/src/App.vue
CHANGED
|
@@ -201,6 +201,7 @@ const expandedWidth = computed(() => coreStore.config?.iconOnlySidebar?.expanded
|
|
|
201
201
|
const theme = ref('light');
|
|
202
202
|
|
|
203
203
|
const userMenuComponents = computed(() => {
|
|
204
|
+
console.log('🪲🆕 userMenuComponents recomputed', coreStore?.config?.globalInjections?.userMenu);
|
|
204
205
|
return coreStore?.config?.globalInjections?.userMenu || [];
|
|
205
206
|
})
|
|
206
207
|
|