front_foundation #5

Open
mohamed_maoulainine wants to merge 73 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(() => {
}) })
// 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
Review

svp, des commentaires plus propres...

svp, des commentaires plus propres...
createApp(App).use(router).mount('#app'); //createApp(App).use(router).mount('#app');
// TODO: fix the comment // TODO: fix the comment
/* /*

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
Review

c'est en effet a changer pour plus tard, mais ça marche très bien pour le moment.

Pour plus tard il faudra probablement utiliser ça ou ça

c'est en effet a changer pour plus tard, mais ça marche très bien pour le moment. Pour plus tard il faudra probablement utiliser [ça](https://vuejs.org/guide/components/provide-inject) ou [ça](https://stackoverflow.com/a/66891577)
/*{ {
path: '/canvas', path: '/canvas',
name: 'canvas', name: 'canvas',
component: () => import('../views/CanvasView.vue'), component: () => import('../views/CanvasView.vue'),
},*/ },
], ],
}) })