adminforth 1.3.54-next.0 → 1.3.54-next.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.3.54-next.0",
3
+ "version": "1.3.54-next.1",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <div class="relative">
3
3
  <component
4
+ v-if="!loading"
4
5
  v-for="c in coreStore?.resourceOptions?.pageInjections?.show?.beforeBreadcrumbs || []"
5
6
  :is="getCustomComponent(c)"
6
7
  :meta="c.meta"
@@ -103,6 +104,7 @@
103
104
  </div>
104
105
 
105
106
  <component
107
+ v-if="!loading"
106
108
  v-for="c in coreStore?.resourceOptions?.pageInjections?.show?.bottom || []"
107
109
  :is="getCustomComponent(c)"
108
110
  :meta="c.meta"