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  
					
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b363f4-2bfdf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b363f4-2bfdf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?