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