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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.316",
3
+ "version": "2.4.0-next.317",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",