Vue页面刷新

beforeRouteLeave(to, from, next) {
    
    this.$destroy();
  
    next();
 
}
或者使用Vue的生命周期函数activated,这个是解决keep-alive缓存的
相关文章
相关标签/搜索