test
This commit is contained in:
parent
54e7aa6068
commit
6e62213224
@ -412,6 +412,7 @@
|
||||
let fade = false;
|
||||
|
||||
beforeNavigate((n) => {
|
||||
if(!n.from || !n.to) return;
|
||||
console.log('NAVIGATION', n.to.url)
|
||||
if (fade == false && !!n.to?.url) {
|
||||
fade = true;
|
||||
@ -427,6 +428,7 @@
|
||||
}
|
||||
});
|
||||
afterNavigate((n) => {
|
||||
if(!n.from || !n.to) return;
|
||||
|
||||
let oldParcoursId =
|
||||
n.from?.url.searchParams.get("p") ||
|
||||
|
Loading…
Reference in New Issue
Block a user