Skip to content

Commit f934489

Browse files
committed
fix: wait for finish loading before render afterBreadcrumbs injection
1 parent 770ae3c commit f934489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
</BreadcrumbsWithButtons>
6464

6565
<component
66+
v-if="!loading"
6667
v-for="c in coreStore?.resourceOptions?.pageInjections?.show?.afterBreadcrumbs || []"
6768
:is="getCustomComponent(c)"
6869
:meta="(c as AdminForthComponentDeclarationFull).meta"

0 commit comments

Comments
 (0)