activated:路由组件被激活时触发
deactivated:路由组件失活时触发
当 使用了 <keep-alive> </keep-alive>之后跳转到其他组件时,之前的组件不会被销毁 这时配置在beforeDestroy()中的方法就不会生效可能会产生资源浪费达不到想要的效果
例如
mounted(){
this.timmer = setInterval(()=>{
console.log('hello word'
activated:路由组件被激活时触发
deactivated:路由组件失活时触发
当 使用了 <keep-alive> </keep-alive>之后跳转到其他组件时,之前的组件不会被销毁 这时配置在beforeDestroy()中的方法就不会生效可能会产生资源浪费达不到想要的效果
例如
mounted(){
this.timmer = setInterval(()=>{
console.log('hello word'