fix(VnSection): refs #8197 check route #1263

Merged
alexm merged 4 commits from 8197-better_check_route into dev 2025-01-21 14:11:35 +00:00
Member
No description provided.
alexm added 1 commit 2025-01-21 12:48:48 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
7bca8a4194
fix(VnSection): refs #8197 check route
jsegarra reviewed 2025-01-21 12:56:46 +00:00
@ -57,3 +54,1 @@
}
return isSame;
});
const isMainSection = ref();
Member

valor por defecto a false? Asumo que por el nombre es un booleano

valor por defecto a false? Asumo que por el nombre es un booleano
Author
Member

null me vale jajaj pero si le pongo false

null me vale jajaj pero si le pongo false
alexm marked this conversation as resolved
jsegarra reviewed 2025-01-21 12:57:28 +00:00
@ -72,0 +71,4 @@
const unsubscribe = router.afterEach(() => {
checkIsMain();
});
onUnmounted(() => unsubscribe());
Member

Bien, y así también serviria onUnmounted(unsubscribe); no?

Bien, y así también serviria ` onUnmounted(unsubscribe);` no?
alexm marked this conversation as resolved
alexm added 2 commits 2025-01-21 13:11:11 +00:00
jsegarra added 1 commit 2025-01-21 13:57:32 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
7d39211eeb
Merge branch 'dev' into 8197-better_check_route
jsegarra approved these changes 2025-01-21 13:57:48 +00:00
alexm merged commit fe7b37fd15 into dev 2025-01-21 14:11:35 +00:00
alexm deleted branch 8197-better_check_route 2025-01-21 14:11:36 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#1263
No description provided.