handled multiple response for one besoin

This commit is contained in:
2023-05-22 16:08:34 +02:00
parent 4bb92f3e1a
commit 1e57fa0d22
2 changed files with 12 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ const router = createRouter({
// set map_mode on first load
router.afterEach((to, from) => {
const concernement_store = ConcernementsStore();
console.log('router afterEach', from, to, concernement_store.map_mode);
// console.log('router afterEach', from, to, concernement_store.map_mode);
if (!from.name) { // we are at first load
if (to.hash) {
console.log("we have a hash");