adminforth 2.27.0-next.26 → 2.27.0-next.28

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.
@@ -233,7 +233,7 @@ onMounted(async () => {
233
233
  if(coreStore.resourceOptions){
234
234
  checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'show');
235
235
  }
236
- // loading.value = false;
236
+ loading.value = false;
237
237
  });
238
238
 
239
239
  const groups = computed(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.27.0-next.26",
3
+ "version": "2.27.0-next.28",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",