adminforth 2.13.0-next.62 → 2.13.0-next.63

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.
@@ -14,6 +14,9 @@ export default {
14
14
  components: {
15
15
  list: "@/renderers/CompactUUID.vue",
16
16
  }{{/if}},
17
+ showIn: {
18
+ all:true,
19
+ }
17
20
  }{{#unless @last}},{{/unless}}
18
21
  {{/each}}
19
22
  ],
@@ -199,7 +199,6 @@ export const useCoreStore = defineStore('core', () => {
199
199
  path: '/get_public_config',
200
200
  method: 'GET',
201
201
  });
202
- console.log('📦 getPublicConfig', res);
203
202
  config.value = {...config.value, ...res};
204
203
  }
205
204
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.13.0-next.62",
3
+ "version": "2.13.0-next.63",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",