How does a vue component instance force a reload?

clipboard.png

The components in the

red box are in the keep-alive and will be cached
Business requirements are like this. When you click the X close tab of the business accepted in the figure above, the components in the corresponding red box should be completely destroyed and the components will not be cached. The cache component is used when switching tags.
business logic is actually the same as the browser"s tab bar. Switching tags will not reload the page. Click close to close
. How to achieve this?

May.20,2022

learn about keep-alive include when you don't want to cache, you can exclude it from include


  API-- Vue.js  
					
Menu