question: how does a vue single-page project prompt the user to refresh the page after the release? A single-page application is not like an ordinary website, where resources are reloaded every time the page jumps. If the user opens the page before r...
question: how does a vue single-page project prompt the user to refresh the page after the release? A single-page application is not like an ordinary website, where resources are reloaded every time the page jumps. If the user opens the page before r...
I have been working on a vue project recently, and the server released by the project is nginx; has a very caching problem. I don t know what the reason is. The project has the following meta tag in index.html: <meta http-equiv="pragma" ...
after setting up asynchronous routing, there will be delayed loading of components using asynchronous routing when the page is refreshed. The user experience is very bad. Is there any solution ] [1] Note: the header and bottom of this page are public...
Note: recently in mixed app development, the "return " in the title contains browser s return button and phone s return key . condition: vue project has three routes: Index, List and Detail, corresponding to three components of the same name r...
what are PWA and single-page applications and webAPP respectively? they seem to be about the same. I m a little confused. Can you give me a few examples? ...
when we develop a project using vue react angular, we usually divide it into several modules, and then use routing to manage the correspondence between url and modules. The result is generally a static resource package that contains several of our modul...
Hello, seniors. Recently, I encountered a problem that is difficult to solve when writing vue. It is like this . data is a variable that calls api, and then assigns values to me I have asked other people whether they said that dom had already ...