end of project
This commit is contained in:
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user