end of project

This commit is contained in:
2023-06-20 09:16:28 +02:00
parent e214326ad5
commit 17e5e3fcfe
39 changed files with 1055 additions and 223 deletions

View File

@@ -18,7 +18,7 @@ export const useBurgerStore = defineStore('Burger', {
//console.log("checked by toggle ? : " + this.checked)
if (this.checked){
router.push({name:'whoAmI'})
router.push({name:'profile'})
}
else {
router.push({name:'home'})