Answer the question
In order to leave comments, you need to log in
How to force stop rendering of all vuejs components?
How to turn off vue js on a page? So that nothing is redrawn when the reactive data changes. Disable virtual DOM redrawing, etc.
Answer the question
In order to leave comments, you need to log in
Remove it from the page)))). What kind of nonsense?)))
It is all built on reactivity, its very essence is in this. And you want to just turn off this essence. Why do you need this?
Maybe just describe the problem that torments you and there will be a solution
Well, it is necessary that the interface "freeze" before reloading the page.
const appNode = document.querySelector('#app');
appNode.innerHTML = appNode.innerHTML;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question