front_foundation #9

Closed
mohamed_maoulainine wants to merge 181 commits from front_foundation into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 2b1666c949 - Show all commits

View File

@ -30,7 +30,7 @@ keycloakService.CallInit(() => {
}) })
adnane marked this conversation as resolved Outdated
Outdated
Review

We can't let this kind of comments

We can't let this kind of comments
// this shit made by me so i can run the canva vue app // this shit made by me so i can run the canva vue app
createApp(App).use(router).mount('#app'); //createApp(App).use(router).mount('#app');
// TODO: fix the comment // TODO: fix the comment
Outdated
Review

remove this if it's commented.

remove this if it's commented.
/* /*

View File

@ -19,11 +19,11 @@ const router = createRouter({
}, },
// route pour les canvas (made by adnane), in fact the two vue apps are separated for now // route pour les canvas (made by adnane), in fact the two vue apps are separated for now
/*{ {
path: '/canvas', path: '/canvas',
name: 'canvas', name: 'canvas',
component: () => import('../views/CanvasView.vue'), component: () => import('../views/CanvasView.vue'),
},*/ },
], ],
}) })