test
This commit is contained in:
parent
7a4f0f2f82
commit
54e7aa6068
@ -412,7 +412,7 @@
|
|||||||
let fade = false;
|
let fade = false;
|
||||||
|
|
||||||
beforeNavigate((n) => {
|
beforeNavigate((n) => {
|
||||||
console.log('NAVIGATION', t.to.url)
|
console.log('NAVIGATION', n.to.url)
|
||||||
if (fade == false && !!n.to?.url) {
|
if (fade == false && !!n.to?.url) {
|
||||||
fade = true;
|
fade = true;
|
||||||
n.cancel();
|
n.cancel();
|
||||||
|
Loading…
Reference in New Issue
Block a user