File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 <component
44 v-if =" !loading"
55 v-for =" c in coreStore?.resourceOptions?.pageInjections?.show?.beforeBreadcrumbs || []"
6- :is =" getCustomComponent(c )"
7- :meta =" (c as AdminForthComponentDeclarationFull).meta"
6+ :is =" getCustomComponent(formatComponent(c as AdminForthComponentDeclarationFull) )"
7+ :meta =" formatComponent (c as AdminForthComponentDeclarationFull).meta"
88 :record =" coreStore.record"
99 :resource =" coreStore.resource"
1010 :adminUser =" coreStore.adminUser"
6565 <component
6666 v-if =" !loading"
6767 v-for =" c in coreStore?.resourceOptions?.pageInjections?.show?.afterBreadcrumbs || []"
68- :is =" getCustomComponent(c )"
69- :meta =" (c as AdminForthComponentDeclarationFull).meta"
68+ :is =" getCustomComponent(formatComponent(c as AdminForthComponentDeclarationFull) )"
69+ :meta =" formatComponent (c as AdminForthComponentDeclarationFull).meta"
7070 :record =" coreStore.record"
7171 :resource =" coreStore.resource"
7272 :adminUser =" coreStore.adminUser"
120120 <component
121121 v-if =" !loading"
122122 v-for =" c in coreStore?.resourceOptions?.pageInjections?.show?.bottom || []"
123- :is =" getCustomComponent(c )"
124- :meta =" (c as AdminForthComponentDeclarationFull).meta"
123+ :is =" getCustomComponent(formatComponent(c as AdminForthComponentDeclarationFull) )"
124+ :meta =" formatComponent (c as AdminForthComponentDeclarationFull).meta"
125125 :record =" coreStore.record"
126126 :resource =" coreStore.resource"
127127 :adminUser =" coreStore.adminUser"
You can’t perform that action at this time.
0 commit comments