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