The project uses the vue1.0 version. Keep-alived is set in the routing jump and an initialization method is defined in ready. Now I have encountered a problem, that is, the page can only be opened for the first time before the data request is made. The request will not be made this time. Looking for a solution
You can watch routing changes to call the method of requesting data and then render the page
keep-alived
You put the request in actived.
Look at the vue life cycle
Use hook function to initialize when routing is switched
https://github.com/vuejs/vue-...