fix(VnSection): refs #8197 check route #1263
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1263
Loading…
Reference in New Issue
No description provided.
Delete Branch "8197-better_check_route"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -57,3 +54,1 @@
}
return isSame;
});
const isMainSection = ref();
valor por defecto a false? Asumo que por el nombre es un booleano
null me vale jajaj pero si le pongo false
@ -72,0 +71,4 @@
const unsubscribe = router.afterEach(() => {
checkIsMain();
});
onUnmounted(() => unsubscribe());
Bien, y así también serviria
onUnmounted(unsubscribe);
no?