Answer the question
In order to leave comments, you need to log in
Why does the app crash when navigating fast? (vue + electron)?
There is a vue+electron app. When quickly navigating through pages, the following error appears:
Has anyone encountered this? What are the ways to solve this problem?
Answer the question
In order to leave comments, you need to log in
I decided.
What was the problem: if you quickly follow the links (router-link), then js, roughly speaking, js did not have time to load and I just followed href="section.*".
How I fixed it: I removed it and changed it to a div with @click="$router.push(...)".
It turns out that until the entire page is loaded, the transition will not occur
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question