Keep-alive on a single route instaead of all routes in router-view
问题 if keep-alive is specified to router-view as below <keep-alive> <router-view></router-view> </keep-alive> then all routes are effectively cached and reloaded when that route is revisited. I'd like to be able to specify a keep-alive option on individual routes. With many routes and only 1 or 2 that need to be kept alive wihout re-rendering caching all routes is useless is there any method of doing so or any workaround available 回答1: https://jsfiddle.net/Linusborg/L613xva0/4/ New in Vue version