Skip to content

Commit 63a0813

Browse files
committed
fix: enable loading state update in onMounted lifecycle
1 parent e8be74d commit 63a0813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ onMounted(async () => {
233233
if(coreStore.resourceOptions){
234234
checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'show');
235235
}
236-
// loading.value = false;
236+
loading.value = false;
237237
});
238238
239239
const groups = computed(() => {

0 commit comments

Comments
 (0)