the official website says that this is the function called after destroying the vue instance. Mine just left the routing interface and did not call it. This is because no vue scaffolding generated only one root instance that destroyed the page. Is there any way to call the function when leaving the vue component
?