需求 在keep-alive各类组件时,某些组件想要不缓存 实现方案代码 //离开前给我自我销毁 beforeRouteLeave(to, from, next){ this.$destroy(); next(); }