Skip to content

Commit 03dbdc4

Browse files
committed
fix: add adminuser to the everyPageBottom injection, if exists
1 parent b0c0514 commit 03dbdc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adminforth/spa/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
<component
136136
v-for="c in coreStore?.config?.globalInjections?.everyPageBottom || []"
137137
:is="getCustomComponent(c)"
138+
:adminUser="coreStore.adminUser || null"
138139
:meta="c.meta"
139140
/>
140141
</div>

0 commit comments

Comments
 (0)