feat: hide menus #1083
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1083
Loading…
Reference in New Issue
No description provided.
Delete Branch "hotfix-hideMenu"
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?
@ -35,2 +37,4 @@
};
onMounted(() => {
stateStore.leftDrawer = false;
Necesario a la hora de cambiar de sección desde el menu lateral, hace que se cierre al entrar.
@ -20,6 +20,7 @@ export default {
path: '',
name: 'MonitorMain',
component: () => import('src/components/common/VnSectionMain.vue'),
props: (route) => ({ leftDrawer: route.name === 'MonitorClientsActions' }),
Necesario para que al entrar desde el dashboard no te abra el leftMenu en Tickets o al hacer reload.